There's a built-in function in Python called input …
… and then says "hi". Here's the sample output; the text after the > is user input.
A potential solution… →
(note that we used newline, \n, to create a line break for the prompt that's printed out)
Here's the sample output; the text after the > is user input.
A potential solution… →