+ 2
Space
wasn't this supposed to be First string,second string?
8 odpowiedzi
+ 3
print ('{}, you are {}'.format('Jan', 'right'))
+ 1
So, there is a typo there
+ 1
You can also try:
print ('{},{}'.format(First String, Last string)
+ 1
I also heard that this code I posted is 'bad' code in Python 3
+ 1
the code you posted it's cleaner
+ 1
what do you mean?
0
when concatenating strings it adds a blank space?
0
I thought my comment was going to appear below the question related. it's was something like "First string"+","+"last string" python