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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Does python provide keywords for handling exceptions?

A

Yes! Try, except, else, finally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Can you create custom functions in python?

A

Yes! def keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly