Open
Description
What happens if the user inputs a first and last name? Or when the user uses spaces in their address?
If we input "John Smith" the function will recognize "Smith" as the address and print "John Smith" before we've entered an address.
If we input "John" for the name and "123 Main St" for the address the function will print "John 123".
How do we get the read function to take the whole string with spaces?
Metadata
Metadata
Assignees
Labels
No labels