There was a problem fetching linked pipelines.
Commit 38d272dc authored by Philippe des Boscs's avatar Philippe des Boscs
Browse files

task1 docstring

parent d7b01863
No related merge requests found
Pipeline #118381 failed with stage
in 0 seconds
Showing with 4 additions and 1 deletion
+4 -1
def get_opponent(player): def get_opponent(player):
# TODO: Normally, we would have a docstring here giving you details about """
TODO
"""
# Normally, we would have a docstring above giving you details about
# the function you are writing... But we want to make sure you have the # the function you are writing... But we want to make sure you have the
# guide open as you work through the assignment! You can find the # guide open as you work through the assignment! You can find the
# implementation details there, right above Task1. Most programming work # implementation details there, right above Task1. Most programming work
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment