Total problems
10
CODING PRACTICE
Build skill with curated Python problems, verified submissions, and clear progress.
◈Enter an interactive workspace with a live Python editor.
PERSONALIZE
TODAY · 2026-09-01
HardSearchingUnsolved
30 practice XP on first successful solution; never duplicated.
Practice XP: 0 Easy +10 · Medium +20 · Hard +30
Total problems
10
Solved
0
Unsolved
10
Completion
0%
0 of 10 solved
PERSONAL
Solved by difficulty
Easy 0 solved
Medium 0 solved
Hard 0 solved
Submissions
0 successful / 0 total
0% success rate
Most practiced: No submissions yet
SKILLS
Progress is based on solved problems
0% · Easy 0 · Medium 0 · Hard 0
0% · Easy 1 · Medium 1 · Hard 1
0% · Easy 0 · Medium 0 · Hard 0
0% · Easy 1 · Medium 0 · Hard 0
0% · Easy 1 · Medium 0 · Hard 0
0% · Easy 0 · Medium 0 · Hard 0
0% · Easy 0 · Medium 0 · Hard 0
0% · Easy 1 · Medium 0 · Hard 1
0% · Easy 0 · Medium 1 · Hard 0
0% · Easy 1 · Medium 1 · Hard 0
RECENT
Session only
No submissions yet.
Run public tests or submit a solution to see your recent history.FOR YOU
2026-W36
EasySearchingUnsolved
10 existing practice XP on the first solved submission.
MILESTONES
ANALYTICS
Practice XP
0
0 solved problems in this session.
Difficulty distribution
Easy: 0
Medium: 0
Hard: 0
GitHub activity XP and streaks remain on the main dashboard.
EXPLORE
10 matching
Return the total of all numbers in a list.
Unsolved · Python →Return a string with its characters in reverse order.
Unsolved · Python →Count vowels in a string, ignoring letter case.
Unsolved · Python →Find the largest number in a non-empty list.
Unsolved · Python →Return the index of a target value, or -1 when absent.
Unsolved · Python →Find indices of two numbers that add to a target.
Unsolved · Python →Check whether text reads the same forward and backward.
Unsolved · Python →Sort a list using the merge-sort algorithm.
Unsolved · Python →Find the first value that appears twice while scanning a list.
Unsolved · Python →Find the first and last positions of a target in a sorted list.
Unsolved · Python →