0
Is it compulsory to put strings in quotations in python 3?
2 Antworten
+ 1
Do you mean this "string" as in print("Hello World")?
If you do, then yes, otherwise the interpreter cannot identify what is a string and what is a variable.
+ 1
Thank you so much.