help me guys i m new..I am having problem with quotations what will be the code if the output is "hello world" and 'hello world' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

help me guys i m new..I am having problem with quotations what will be the code if the output is "hello world" and 'hello world'

code - ? output - "hello world" code - ? output - 'hello world'

6th Feb 2017, 2:45 PM
manab
manab - avatar
1 Answer
+ 3
print('"Hello world"') print("'Hello world'") first one is apostrophe-parentheses-Hello-world-parentheses-apostrophe second one is parentheses-apostrophe-Hello-world-apostrophe-parentheses
6th Feb 2017, 6:43 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar