mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Use docstrings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user