am getting error?
traceback (most recent call last):
file "python", line 5, in<module>
nameerror: name 'maximum' not defined
you have return maximum
in max()
, call defined function in print
or put print(maximum)
in max()
definition , call defined function.
i suggest rename function.
Comments
Post a Comment