0
Why does the phython console not display strings?
it also cant handle math questions..
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)
it also cant handle math questions..