+ 1
What should be the output of the following Python code?
a = "hello" b = "world!" c = b + a print(c)
8 Answers
+ 1
Why it would not be - world! hello?
+ 1
So, what if we want to add space in between?
+ 1
Okay, thanks.
0
My pleasure :) Can I ask you one more question here?
0
Thank you for allowing. Can you help with any topic to create something using Python 3? I have heard that competitive programming is better than traditional. I'm not expert, but all I know is you need to create something. Is it right?
0
Oh! Alright, thank you for all the help.
0
Why you ask?
ctrl+a
ctrl+c
ctrl+v in IDE
run
enjoy the result
0
That's also a way!