Do we really need "+"? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Do we really need "+"?

doesn't seems like we need a "+" in there. u can just put: Print("Hello, World") and it will be the same. does anyone understand why?

20th Nov 2018, 12:43 PM
Andy
1 ответ
+ 1
For example : a='Hello' b='World' c=a+b print(c) you will get :'HelloWorld'
20th Nov 2018, 1:14 PM
八把
八把 - avatar