0
How to change input into an integer
3rd Apr 2020, 9:43 AM
Craig

2 Risposte
0
val = int(input())
or
val = input()
val=int(val)
3rd Apr 2020, 9:51 AM
Noman S. Shiekh

Hai spesso domande come questa?
Impara in modo più efficiente, gratuitamente:
Popolare oggi
Python stressed me out
1 Votes
Course Doubt
1 Votes
Data analysis
0 Votes
Saved code
0 Votes
Help
0 Votes
How do i make a lexer and parser
1 Votes