Python Tutorial: Shopkeeper App
- Subject: Python Tutorials
- Learning Time: 1 hour
In this tutorial we will show you how to capture user input and show appropriate response in python application. This is a simple shopkeep app made in python. The idea is to create a list of items to display, the user will purchase an item and then to show how many items are left.
Learning outcomes:
- Using Global and Local variables in python
- Using user input capture
- Substracting global variables and display the result.
Full code for this application is on the next page.
Pages: 1 2