Call Me, Maybe

Call Me, Maybe#

## Which of the following is the correct Python syntax for the function call? 1. [x] ```min(4,5)``` 2. [ ] ```max``` 3. [ ] ```max(4,5``` 4. [ ] ```min 4 5```