0
What are double strings
help!!!!!
3 odpowiedzi
+ 2
Double strings? Never heard of...
The only thing I'm thinking when reading this is a float (double) converted to a string :)
'3.1415926535'
+ 2
Are you talking about double QUOTES strings?
0
Maybe
mystr = "String "
print(mystr * 2)
??? Double string.