Move things

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

13
a1.py
View File

@ -270,11 +270,11 @@ def main():
##### End of Assisgnment #####
# 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
# Tests do equal what I get when i test it in the shell
def sheet_tasks():
if __name__ == '__main__':
# 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
# Tests do equal what I get when i test it in the shell
def sheet_tasks():
from debug_lib import NO_EVAL, TUPLE_EVAL
from debug_lib import compair_outputs, auto_input
@ -311,7 +311,4 @@ def sheet_tasks():
])
main()
if __name__ == '__main__':
sheet_tasks()