// Basics

Basics Quiz

// question 1 of 10
What is the result of ""hello"".upper()?
// question 2 of 10
What is the result of int(3.9)?
// question 3 of 10
What does endswith() check?
// question 4 of 10
What does print() do?
// question 5 of 10
What is the result of not True?
// question 6 of 10
What is printed? x = 5 ; print(x)?
// question 7 of 10
What is the result of ""Hi"" + ""!""?
// question 8 of 10
What is the result of 3 <= 2?
// question 9 of 10
What is the result of ""python""[0:2]?
// question 10 of 10
What does upper() do?