Test description

This test evaluates your knowledge of several Python 3 main concepts and specific changes (up to v3.11).
Topics: strings, lists, tuples, dicts, sets, OOP, function *args, function **kwargs, exceptions, debugger.

Sample questions

1
What is the output of the following code?  

my_string = "Hey there"
print(my_string[2:])