5 Respuestas
+ 6
Hadi Khalil Aboesha , as rodwynnejones already mentioned, your question is not clear. please rework your question, and present us a clear and complete description of your task. Thanks"
Please also provide us a sample of input data, and how your output should look like.
+ 2
Question unclear.
Please give example input and expected output.
+ 2
I have 5 tests in one practice
How can I do them at the same code page
Test 1... Input 3+6 =9
Test 2..input 11+22
And so on
+ 1
I hope to find my answers here.. Friends
+ 1
>>> a = ''Hello''
>>> b = ''world''
>>> print(a + " " + b)
As a result
Hello world