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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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