Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub-courses
python_one_week_4_biologists_solutions
Commits
f9e23dc7
Commit
f9e23dc7
authored
Jun 09, 2021
by
Blaise Li
Browse files
Typo.
parent
bdf447e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/Control_Flow_Statements.rst
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:
...
...
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