Jaltz
2015-02-28 05:02:13 UTC
def max (a1, a2):
print(str(al+a2))
max(2, 3)
And this was the reply
Traceback (most recent call last):
File "C:/Users/Clive/Desktop/7pm.py", line 4, in
max(2, 3)
File "C:/Users/Clive/Desktop/7pm.py", line 2, in max
print(str(al+a2))
NameError: name 'al' is
Please help!