Why does the phython console not display strings? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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