+ 1
How do I write something like (i’m sad) without Python saying it’s wrong? I tried to put this simbol / is it wrong? Thanks!
Help please, I don’t understand and need guidance. Will someone please tell me how to write (i’m sad) or something with (i’m) in it? Thanks! 🙂 Also please tell me what i’m doing wrong. My language is Python.
3 odpowiedzi
+ 1
Maybe you want to print :
'I\'m sad'
That will work, I think...
+ 1
print("I'm sad")
print('Hi sad, I\'m Diego')
0
print('"i\'m sad"') can give you the desired output