Learn practical skills, build real-world projects, and advance your career
mystr = '''
2 5 4
3 7 8 9 
5 5 7 8 9 10 
'''

Pick the largest number in each of the rows and find the sum of their squares.
55 + 99 +10*10 = 206

import jovian
jovian.commit()
[jovian] Saving notebook..
[jovian] Creating a new notebook on https://jvn.io [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jvn.io/gautamakash91/e4c87efcbffc41ef9495431c3183eb4d
jovian.commit()
[jovian] Saving notebook..