Use docstrings

This commit is contained in:
Martin Thoma
2022-04-02 07:58:37 +02:00
parent c500424956
commit 4b3b991273
12 changed files with 268 additions and 323 deletions

View File

@@ -6,7 +6,7 @@ from random import random
def direction(A, B, X, Y) -> None:
"""Prints the direction hint for finding the hurkle."""
"""Print the direction hint for finding the hurkle."""
print("GO ", end="")
if Y < B: