Python Programming Skills Assessment
Evaluate your Python programming knowledge and demonstrate your skills.
Full Name
*
First Name
Last Name
Email Address
*
example@example.com
How would you describe your experience level with Python?
*
Beginner
Intermediate
Advanced
Which of the following Python data types are mutable? (Select all that apply)
*
List
Tuple
Dictionary
String
Other
What is the output of the following code snippet? x = [1, 2, 3] print(x[::-1])
*
[3, 2, 1]
[1, 2, 3]
[1, 3, 2]
Error
Write a Python function that takes a list of numbers and returns the sum of all even numbers in the list.
*
Any additional comments or feedback?
Submit Assessment
Should be Empty: