Skip to content

Instantly share code, notes, and snippets.

@giacaglia
Created July 26, 2021 16:29
Show Gist options
  • Save giacaglia/86e11494dafa620a3170589faa308aae to your computer and use it in GitHub Desktop.
Save giacaglia/86e11494dafa620a3170589faa308aae to your computer and use it in GitHub Desktop.
Test function for move zeros to left
def test_function(test_case):
move_zeros_to_left(test_case[0])
if test_case[0] == test_case[1]:
print("Pass")
else:
print("Fail")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment