Answers for "string py"

C++
0

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')
Posted by: Guest on June-30-2021
-2

python string

print("Hello")

print('Hello')
Posted by: Guest on May-27-2021

Browse Popular Code Answers by Language