0
How to change input into an integer
3rd Apr 2020, 9:43 AM
Craig
2 Answers
0
val = int(input())
or
val = input()
val=int(val)
3rd Apr 2020, 9:51 AM
Noman S. Shiekh
Often have questions like this?
Learn more efficiently, for free:
Hot today
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes



