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

25th Jan 2019, 6:25 AM
∞ InfinĂ­tє ĐĄÏƒdєr ∞
∞ InfinĂ­tє ĐĄÏƒdєr ∞ - avatar
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
25th Jan 2019, 8:01 AM
Lambda_Driver
Lambda_Driver - avatar