how do you create a string using double quotes in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do you create a string using double quotes in python?

27th Jan 2017, 2:59 PM
12345
1 Answer
- 1
The exact same way you would with single quotes. string = "Hello World!"
27th Jan 2017, 3:51 PM
Nick
Nick - avatar