OCU Test - Day 3 Review Flashcards
1
Q
What are the different options to sort on with the sorted function?
A
Existing functions, lambda functions, reversed
2
Q
Does python provide keywords for handling exceptions?
A
Yes! Try, except, else, finally.
3
Q
Can you create custom functions in python?
A
Yes! def keyword