Show Menu
Cheatography

my python cheat sheet - tim Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Functions

input()
receives info from the user
print()
displays info to the user
 

Example Code

#this is some python code