Tag: input
Posted in Beginner
A Quick Introduction to Python 3 Programming
This Quick Introduction to Python 3 aims to teach you just enough Python, so that you can get started in… read more A Quick Introduction to Python 3 Programming
A Python Dictionary
This is simply a dictionary of Python keywords, implemented as – of course – a Python dictionary! Dictionaries are key:value… read more A Python Dictionary
Alan 26th May 2015
Compute Average Heights
This is a simple program to compute average heights. In a loop, it prompts the user for heights, inputs a text… read more Compute Average Heights

