0
How can I create a string to write double quote
2 ответов
+ 2
print('"Hello World"')
I'm not sure if this is what you mean.
I used double quotes inside single quotes
+ 2
I don't learn Python yet but I think by escaping the quote with \ like
print("\"Hello men\"")