wintry_carp_2173
Exemplar
Top 2.2%
Member Nº 1919
Joined Jun 2026
SQL
Storage Optimization
Self-Join
Aggregate Window Fns
Python
Variables
Arithmetic
Strings
Spark
Distribution Functions
Exploding Arrays
Regex Functions
Data Modeling
Self-Referential
Many-to-Many
One-to-One
Solved
SQL1
Python0
Milestones
Top 100
7-day streak
1,366 runs in the past 26 weeksActive days: 7 · Max streak: 7
MarAprMayJunJulAugSep
Recent solves
Given items, initialize last to None before the loop
Python · medium · lesson
Use a for loop to iterate over range(1, 6)
Python · medium · lesson
Given nums, use a for loop with break to find the first negative number and print it
Python · medium · lesson
Given start, use a while loop to double start repeatedly until it is greater than or equal to 100
Python · medium · lesson
Use range() with a step argument to print all even numbers from 2 to 10 (inclusive), each on its own
Python · medium · lesson
Use a for loop with range() to print the numbers 1 through 5, each on its own line.
Python · medium · lesson
Given nums, use a for loop to count how many values are greater than 5
Python · medium · lesson
Given names, use a for loop to build a new list called upper_names containing each name converted to
Python · medium · lesson
Given nums, use a for loop to calculate the sum of all numbers
Python · medium · lesson
You have three fruit variables
Python · medium · lesson