+ 1
How do you make an integrer input
In python
4 Answers
+ 4
Are you talking about input a number into a variable?
Then do:
variable = int(input())
+ 5
In what language?
+ 3
Something
for this question needs to know something as programming language. The best place for this informstion is a tag.
myTextVariable = input()
myInteger = int(myTextVariable)
0
Int(input () )