Skip to content

Commit ca31767

Browse files
committed
Added Python output section to index.html
1 parent 2b6490d commit ca31767

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercise_2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
number=input("Enter a two digit number:")
2+
sum=int(number[0])+int(number[1])
3+
print(sum)

0 commit comments

Comments
 (0)