+ 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 Answers
+ 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