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
Functions in python
1 Votes
HTML
1 Votes
For Mobile app
0 Votes
I need advice
0 Votes
Answer please
0 Votes
I need advice
0 Votes