0

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

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