Tag: not

hello world
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

Posted in Basic Text

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

Posted in Beginner Numbers

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