This commit is contained in:
Jed
2021-12-02 00:21:41 -05:00
parent 9ebb47bec3
commit 10164b32f9

1
02.py
View File

@@ -28,7 +28,6 @@ for one_instruction in instruction_list:
aim += one_instruction['amount']
if one_instruction['direction'] == 'up':
aim -= one_instruction['amount']
print(x, y, aim)
print(x, y, x*y)