about | help | code help+videos | done | prefs |
maxOfTwo
Write an maxOfTwo() function that has two parameters called num1 and num2. This function returns maximum of the two. Don't use Python's built in max() function. maxOfTwo(1, 2) → 2 maxOfTwo(4, 3) → 4 maxOfTwo(0, 0) → 0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 101 Post-solution available
Copyright Nick Parlante 2017 - privacy