Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

apostrophe in python

#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")
 
PREVIOUS NEXT
Tagged: #apostrophe #python
ADD COMMENT
Topic
Name
4+8 =