Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/collatz/collatz.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3

#My comment to show a change for the homework
'''
Collatz code for CS 401

Expand Down Expand Up @@ -83,4 +83,4 @@ def main():


if __name__ == '__main__':
main()
main()