Answers for "make a int input with a string sentence python"

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 "make a int input with a string sentence python"

Python Answers by Framework

Browse Popular Code Answers by Language