Skip to content

Instantly share code, notes, and snippets.

View shardros's full-sized avatar
😃
Lets do a thing.

Edwin Shepherd shardros

😃
Lets do a thing.
View GitHub Profile
@shardros
shardros / Number.py
Last active September 30, 2016 18:30
Some list handling software.
__author__ = "Edwin"
numbers = []
loop = True
try:
# ===========SUBROUTINES==================
def help():
print('To view the list type \'view\''