1What is the output of the following code?
my_string = "Hey there"
print(my_string[2:])
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.
my_string = "Hey there"
print(my_string[2:])
What will be your
role in the community?
Join the SkillValue Community!