-
def getMaxNum(list_of_nums): # body of function goes here -
func get_max_num(list_of_nums): # body of function goes here -
func getMaxNum(list_of_nums): # body of function goes here -
def get_max_num(list_of_nums): # body of function goes here
Correct Answer:
-
def get_max_num(list_of_nums): # body of function goes here
explanation for 52 & 53
PEP 8 — Style Guide for Python Code | Python.org
The official home of the Python Programming Language
https://www.python.org/dev/peps/pep-0008/