parent
3291d4d167
commit
0aa0e6af95
@ -1,12 +0,0 @@
|
|||||||
########## Begin ##########
|
|
||||||
student_str = ""
|
|
||||||
########## End ##########
|
|
||||||
point_ls = student_str.split()
|
|
||||||
answer = 0
|
|
||||||
for point in point_ls:
|
|
||||||
point = point.split(",")
|
|
||||||
x = float(point[0])
|
|
||||||
y = float(point[1])
|
|
||||||
answer += x
|
|
||||||
answer += y
|
|
||||||
print(answer)
|
|
Loading…
Reference in new issue