// Projects

Projects Quiz

// question 1 of 10
What is the output of: bool("")?
// question 2 of 10
What does time.perf_counter() measure?
// question 3 of 10
What does datetime.date.today() return?
// question 4 of 10
What does if not my_dict evaluate to when my_dict is empty?
// question 5 of 10
What does int("42") return?
// question 6 of 10
What is the correct way to sort a list in place?
// question 7 of 10
What does defaultdict(list) do when a missing key is accessed?
// question 8 of 10
What does the col_index reset mechanism do in ADFGVX transposition?
// question 9 of 10
What does split(';') do on a string?
// question 10 of 10
What is the correct way to check if a key exists in a dictionary?