📅  最后修改于: 2022-03-11 14:45:38.713000             🧑  作者: Mango
#to add an apostrophy to python just add backslash (\) before it
print('here's a meme)
print('here\'s a meme)
#or just use
print("here's a meme")