Getting input in Python
Getting input from the user is what makes a program more interactive with the user.
Hence, in Python, we have an input function: input(), to receive input from the user.
Take a look at an example.
Output:
Enter any data:Happy new year!
Happy new y...
aswinbarath.hashnode.dev2 min read