Answers for "how to make .write python take an int as its input"

2

how to get int input in python

num = int(input("inter your number: "))

print(num)
Posted by: Guest on February-23-2021

Code answers related to "how to make .write python take an int as its input"

Python Answers by Framework

Browse Popular Code Answers by Language