+ 2
When i can use :int(input(''))
2 RĂ©ponses
+ 1
Yes!! Like
a=int(input ("Enter......")
0
A good example is if you want to add two numbers. In which case the code will be as follows:
a = int(input("))
b = int(input("))
print(f"{a} + {b} = {a+b}")