Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python_one_week_4_biologists_solutions
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub-courses
python_one_week_4_biologists_solutions
Commits
f9e23dc7
Commit
f9e23dc7
authored
4 years ago
by
Blaise Li
Browse files
Options
Downloads
Patches
Plain Diff
Typo.
parent
bdf447e8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Control_Flow_Statements.rst
+3
-3
3 additions, 3 deletions
source/Control_Flow_Statements.rst
with
3 additions
and
3 deletions
source/Control_Flow_Statements.rst
+
3
−
3
View file @
f9e23dc7
...
...
@@ -69,16 +69,16 @@ implementation
return the maximum value in a sequence
work only with integer or float
"""
higest = seq[0]
hig
h
est = seq[0]
for i in seq:
if i > highest:
highest = i
return highest
l = [1,2,3,4,58,9]
print my_max(l)
58
.. _enzyme_exercise:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment