You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
In the test_short_to_bytes function should add:
print("test_short_to_bytes")
at the beginning and
print(" PASSED")
to the end of the function
Similarly for test_bytes_to_short():
add
print("test_bytes_to_short")
and
print(" PASSED")
to the end.
Finally at the end of the file we should have:
if name == "main":
test_bytes_to_short()
test_short_to_bytes()
The text was updated successfully, but these errors were encountered: