Dec-16-2018, 11:06 PM
I'm very new, and am trying to remove a space in the output of my program. (Sorry if this is stupidly easy to do, i'm very, very new to python.)
a = input() print('Hello,', a, '!')