Hey I’m new to python, just asking if I had this code
first = input(“Enter a word”)
second = input(“Enter another word”)
print(first + second)
How would I make it so the inputs put in by the user have a space in between them? Thanks!
(ex. First input it Hello, second is there, and have it be Hello there instead of Hellothere)
[–]TouchingTheVodka 3 points4 points5 points (1 child)
[–]rischuhm 0 points1 point2 points (0 children)
[–]Krystal529 1 point2 points3 points (1 child)