So i am running this piece of code here:
username='john'
print('Weclome ',(username),'!')
but it keeps putting a space between the username and the exclamation mark. How do I remove it so it just outputs 'Welcome John!'
So i am running this piece of code here:
username='john'
print('Weclome ',(username),'!')
but it keeps putting a space between the username and the exclamation mark. How do I remove it so it just outputs 'Welcome John!'