Open main menu
python-fiddle.com
Examples
Tools
Learning
AI Data Analyst
Sign In
Examples
Tools
Learning
AI Data Analyst
Chrome Extension
Sign In
0 out of 68 challenges solved
Beginner Python Coding Challenges
Write code and run it in real-time to get instant feedback on your progress.
☐
Count the number of odd numbers in a given list
Beginner
loops
☐
Count the number of vowels in a given string
Beginner
loops
☐
Find numbers that are divisible by 3 but not a multiple of 7
Beginner
loops
☐
Drop the first n elements from a sequence
Beginner
lists
☐
Check voting eligibility based on the given age
Beginner
conditionals
☐
Exclude the first and last items in a list
Beginner
lists
☐
Fix the error in Python code #10
Beginner
errors
☐
Fix the error in Python code #11
Beginner
errors
☐
Fix the error in Python code #12
Beginner
errors
☐
Generate a dictionary of squared numbers
Beginner
dictionaries
☐
Double each number in a list
Beginner
loops
lists
☐
Order a list of strings in alphabetical order
Beginner
loops
lists
☐
Classify the given number
Beginner
conditionals
☐
Split a string into a list
Beginner
strings
☐
Reverse characters in a string
Beginner
loops
strings
☐
Take the first n elements from a sequence
Beginner
lists
Looking for more?
Newbie
Beginner
Intermediate
Advanced
errors
loops
lists
conditionals
dictionaries
strings
functions
comprehension
regex
math
sets
functional-programming
enumerate
functools
files
zip
CSV
recursion
matrices