// Modules & Packages

Modules & Packages Quiz

// question 1 of 10
What does len([1 2 3]) return?
// question 2 of 10
What does Counter count?
// question 3 of 10
What does math.floor(5.9) return?
// question 4 of 10
What does random.random() return?
// question 5 of 10
What does random.choice() do?
// question 6 of 10
What does date.today() return?
// question 7 of 10
What format code gives the year?
// question 8 of 10
What gives the current date and time?
// question 9 of 10
What does the random module do?
// question 10 of 10
What does random.choice(""abc"") return?