We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce12fc2 commit 70f8541Copy full SHA for 70f8541
2009/Python/Junior Problems/J1.py
@@ -0,0 +1,4 @@
1
+l1 = int(input())
2
+l2 = int(input())
3
+l3 = int(input())
4
+print('The 1-3-sum is',91+(l1*1)+(l2*3)+(l3*1))
0 commit comments