+ 2
Pls wats going on solo learn,i try this string on playground but it doesn't work
"i love to eat ken's meat"
2 Answers
+ 7
which programming language are you using?
+ 2
Did you just write the string in Code Playground? If you want an output you should try this:
print("String")
#String
instead of
"String".
#No output
(Assuming you are referring to Python)