Why does the phython console not display strings? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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