+ 1
Why we have to use + symbel while writing string...
4 Antworten
+ 3
in print("hello","world") yes
But if want to store it in a variable, you need +
+ 2
What do you mean exactly?
To combine two strings you can "add" them.
For example:
"hello" + " " + "world"
gives
"hello world"
+ 1
without +symbel also we can add two string
eg. "hello","world" gives "helllo ,world".
+ 1
hooo k thakyou😊