SOURCE CODE
Monday, November 2, 2020
suing python as a calculator using input
a =
int
(
input
(
"enter your number
\n
"
))
b =
int
(
input
(
"enter your number
\n
"
))
# print(type(b))
# print(type(a))
print
(a+b)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment