May I know how to space between string in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

May I know how to space between string in python

Python strings

24th Dec 2020, 6:03 PM
Hadi Khalil Aboesha
Hadi Khalil Aboesha - avatar
5 Answers
+ 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.
24th Dec 2020, 8:20 PM
Lothar
Lothar - avatar
+ 2
Question unclear. Please give example input and expected output.
24th Dec 2020, 6:19 PM
rodwynnejones
rodwynnejones - avatar
+ 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
24th Dec 2020, 6:22 PM
Hadi Khalil Aboesha
Hadi Khalil Aboesha - avatar
+ 1
I hope to find my answers here.. Friends
24th Dec 2020, 6:03 PM
Hadi Khalil Aboesha
Hadi Khalil Aboesha - avatar
+ 1
>>> a = ''Hello'' >>> b = ''world'' >>> print(a + " " + b) As a result Hello world
24th Dec 2020, 6:20 PM
Nitin Kushwaha
Nitin Kushwaha - avatar