How do you make an integrer input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you make an integrer input

In python

10th Dec 2022, 9:31 AM
Something
4 Answers
+ 4
Are you talking about input a number into a variable? Then do: variable = int(input())
10th Dec 2022, 10:16 AM
GERMAN Kashanskiy
GERMAN Kashanskiy - avatar
+ 5
In what language?
10th Dec 2022, 9:48 AM
Dominik Vladař
Dominik Vladař - avatar
+ 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)
10th Dec 2022, 9:50 AM
JaScript
JaScript - avatar
0
Int(input () )
11th Dec 2022, 11:07 AM
AZEEZ SAMAD AYOMIDE
AZEEZ SAMAD AYOMIDE - avatar