+ 1
How can I have a int value from an input?
I was trying something like: Input ('something ') If input == 3: Print ('yes') Else: Print ('no') But it always say 'no' Please help https://code.sololearn.com/cc9pZp81FZ5v/?ref=app
4 Answers
0
Thank you
I was trying something like: Input ('something ') If input == 3: Print ('yes') Else: Print ('no') But it always say 'no' Please help https://code.sololearn.com/cc9pZp81FZ5v/?ref=app