id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

biggestBat3


Three bats flew into a bar. The bartender got out his Python bat scale and weighed the bats. Find the biggest bat.


biggestBat3(2, 3, 4) → 4
biggestBat3(2, 3, 1) → 3
biggestBat3(3, 3, 4) → 4

...Save, Compile, Run (ctrl-enter)

def biggestBat3( bat1, bat2, bat3):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Difficulty: 200 Post-solution available

Copyright Nick Parlante 2017 - privacy