Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GroupProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joe Stephenson
GroupProject
Commits
20406218
Commit
20406218
authored
Oct 15, 2024
by
Joe Stephenson
Browse files
Options
Downloads
Patches
Plain Diff
Added comments for things to do
parent
6110fc87
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
decoder.py
+3
-0
3 additions, 0 deletions
decoder.py
with
3 additions
and
0 deletions
decoder.py
+
3
−
0
View file @
20406218
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment