+ 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 RĂ©ponses
+ 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