Py input (im new to py) | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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