Why does the phython console not display strings? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Why does the phython console not display strings?

it also cant handle math questions..

24th Aug 2018, 4:58 PM
Matty Patty
Matty Patty - avatar
1 Antwort
+ 2
maybe you are not printing them out with the print function. If you have a string in a variable called s, just write print(s)
24th Aug 2018, 5:20 PM
Moritz Vogel
Moritz Vogel - avatar