Skip to content

Commit 70f8541

Browse files
Create J1.py
1 parent ce12fc2 commit 70f8541

File tree

1 file changed

+4
-0
lines changed
  • 2009/Python/Junior Problems

1 file changed

+4
-0
lines changed

2009/Python/Junior Problems/J1.py

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)