Skip to content
Snippets Groups Projects
Commit 20406218 authored by Joe Stephenson's avatar Joe Stephenson
Browse files

Added comments for things to do

parent 6110fc87
Branches
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ import random
password = "undecoded"
# these 2 functions are far too bulky, break them down into smaller functions
# could nest functions maybe? Not sure if that is good practice or not
def decode():
print("Figure out the function to decode the password")
correct = False
......@@ -63,6 +65,7 @@ def encode(function):
def printInfo():
# Maybe like actually use this function
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment