// Basics

Basics Quiz

// question 1 of 10
What does and do?
// question 2 of 10
What is the result of ""abc""[::2]?
// question 3 of 10
What is the result of ""cat"".find(""z"")?
// question 4 of 10
What is stored in x? x = 5?
// question 5 of 10
What is the result of 3 <= 2?
// question 6 of 10
What is the result of not False?
// question 7 of 10
What is the value of x? x = 5 ; x = 7?
// question 8 of 10
What is the result of "" hi "".strip()?
// question 9 of 10
What is the result of 2 ** 3?
// question 10 of 10
What is the result of bool(1)?