Move things

This commit is contained in:
Cal Wing 2025-02-27 22:10:04 +10:00
parent 136f1a6981
commit 196c4058c6

5
a1.py
View File

@ -270,7 +270,7 @@ def main():
##### End of Assisgnment ##### ##### End of Assisgnment #####
if __name__ == '__main__':
# See if I get what the task sheet wants # See if I get what the task sheet wants
# [NOTE] It seems I am witing my own test suite :/ that wasn't the initention lol # [NOTE] It seems I am witing my own test suite :/ that wasn't the initention lol
# Tests do equal what I get when i test it in the shell # Tests do equal what I get when i test it in the shell
@ -311,7 +311,4 @@ def sheet_tasks():
]) ])
main() main()
if __name__ == '__main__':
sheet_tasks() sheet_tasks()