Day 7 - Taking User Input in python
In Python, we can take user input directly by using input() function. This input function gives a return value as a string/character hence we have to pass that into a variable.
Syntax:
variable=input()
But input function returns the value as string....
viveky.hashnode.dev1 min read