Metadata-Version: 2.1
Name: statementhelper
Version: 0.0.1
Summary: Definitions and examples for common Python statements.
Home-page: UNKNOWN
Author: Ryan Chou
Author-email: UNKNOWN
License: MIT
Keywords: help
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

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()

Change Log
============================================================

0.0.1 (15/4/2021)
===================================
- First Version

