// general

General Quiz

// question 1 of 10
What is encapsulation?
// question 2 of 10
What is the output of print(type(Animal()))?
// question 3 of 10
What does else do?
// question 4 of 10
What does and do?
// question 5 of 10
What is printed? def f(x): return int(x) ; print(f(""7""))?
// question 6 of 10
What does if do?
// question 7 of 10
What does replace() do?
// question 8 of 10
What does the 'r' mode guarantee when opening a file?
// question 9 of 10
What is printed? s={1,2}
// question 10 of 10
What is a local variable?