Py input (im new to py) | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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