0
Py input (im new to py)
How do i use this new input where it says num(line 2) https://code.sololearn.com/c9NcAVPM27Gv/?ref=app
1 Answer
+ 5
Change line 1 to num = int(input())
Check out the code below to see what is happening:
https://code.sololearn.com/ci4X0V5KR757/#py