about bournemouth
Wednesday, November 25, 2020
two_digit_number = input("Type a two digit number: ")
a = two_digit_number[0]
b = two_digit_number[1]
int_a = int(a)
int_b = int(b)
print(int_a + int_b)👍
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment