Move things
This commit is contained in:
parent
136f1a6981
commit
196c4058c6
13
a1.py
13
a1.py
@ -270,11 +270,11 @@ 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
|
||||||
def sheet_tasks():
|
def sheet_tasks():
|
||||||
from debug_lib import NO_EVAL, TUPLE_EVAL
|
from debug_lib import NO_EVAL, TUPLE_EVAL
|
||||||
from debug_lib import compair_outputs, auto_input
|
from debug_lib import compair_outputs, auto_input
|
||||||
|
|
||||||
@ -311,7 +311,4 @@ def sheet_tasks():
|
|||||||
])
|
])
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
sheet_tasks()
|
sheet_tasks()
|
Loading…
x
Reference in New Issue
Block a user