This is a helper package for beginners starting out in Python.
You can retrieve examples and definitions for if statements, for statements, while statements, dictionaries, lists, tuples, and functions by just typing one line.

You can open this up in a seperate terminal for easy reference to common syntax.

Here are the current functions:

if statements - .ifstate() 

for loops - .forstate()

while loops - .whilestate()

functions - .functionstate()

break - .breakstate()

dictionary - .dictstate()

list - .liststate()

tuple - .tuplestate()