Hey guys,
I need some help with Python (obviously).
I need python to insert a space.
I have:
name = raw_input('Enter your name? ') # prompt and read user's name
and that works, and it asks me for a name, and insert it, then i got:
print 'Hello ' + name
and it prints out
Hello,Cohen
I need to insert a space, how do i do it?
It's for a Australian School Competition - NCSS.
Thanks,
Cohen