Skip to content
Snippets Groups Projects
Commit f9e23dc7 authored by Blaise Li's avatar Blaise Li
Browse files

Typo.

parent bdf447e8
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ implementation ...@@ -69,7 +69,7 @@ implementation
return the maximum value in a sequence return the maximum value in a sequence
work only with integer or float work only with integer or float
""" """
higest = seq[0] highest = seq[0]
for i in seq: for i in seq:
if i > highest: if i > highest:
highest = i highest = i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment