Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs1-25sp
project01
Commits
38d272dc
There was a problem fetching linked pipelines.
Commit
38d272dc
authored
2 months ago
by
Philippe des Boscs
Browse files
Options
Download
Email Patches
Plain Diff
task1 docstring
parent
d7b01863
master
No related merge requests found
Pipeline
#118381
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/task1.py
+4
-1
src/task1.py
with
4 additions
and
1 deletion
+4
-1
src/task1.py
View file @
38d272dc
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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help