Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
are you asking how to put double quotes within a string? if so you can use whats called an escape sequence by putting a back-slash before the double quote, like so: print("he said \"hello\" to me")
21st Jun 2019, 2:34 AM
Jake
Jake - avatar