+ 1
Why can't words be made in short forms in the programing?
I tried making something that looks like print(' "they said I'm engaged in" '), but I had a print error because the short form "I am" which tried it to become "I'm"
2 odpowiedzi
+ 8
If you wanna use single quotes, use print("...bli'bla") and the other way or print('... I\'m...). With a backslash before the quote 🤗
+ 4
Use triple dots, It may help