Simple User Input in Python
Simple User Input in Python, in this Article i will show you how easy to write a user input program in Python. Unlike Java , C++ or C. In Python you do not need to declare the type of variable, and the programming language is very easy to read
Steps
- First i will Greet the User and ask them to input the drinks they need
- then the ” input() ” come in to detect the User Data Entry , and the User entry will be save to the “drink ” variable
- The System will Print out what the User have entered
Leave a Reply