Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python string

#Strings in python are surrounded by either single quotation marks, or double quotation marks.
print("This is a string")
print('i am also a string')
Source by zerotomastery.io #
 
PREVIOUS NEXT
Tagged: #python #string
ADD COMMENT
Topic
Name
9+4 =