Cada pergunta deste Quiz é cronometrada.
Which of the following is not a Python built-in function:
diff()
isinstance()
map()
repr()
round()
Which of the following are valid ways to specify the string literal foo'bar in Python:
"foo'bar"
"""foo'bar"""
'foo\'bar'
'foo'bar'
'foo''bar'