ch 8 int()
number_one=int(input(enter your first number))
number_second=int(input(enter your second number))
print("your first number is/t"+number_one+"your seconf number is/t"+numner _second")
# if you type int in first in starting the input can print number not string and chracters
Comments
Post a Comment