whole_spruce_4572
Exemplar
Top 2.2%
Member Nº 2237
Joined Jun 2026
SQL
Common Table Expressions
Type Casting
Group Filtering
Python
Variables
Arithmetic
Spark
Exploding Arrays
Regex Functions
Catalyst Optimizer
Data Modeling
Self-Referential
Many-to-Many
One-to-One
Solved
SQL3
Python0
Milestones
Top 100
Hire verdict
7-day streak
704 runs in the past 26 weeksActive days: 13 · Max streak: 13
MarAprMayJunJulAugSep
Recent solves
Compute 2 raised to the power of 8 using the ** operator and store the result in a variable called r
Python · medium · lesson
Given total_minutes, use floor division (//) to calculate whole_hours and modulo (%) to calculate re
Python · medium · lesson
Given x and y (integers) and a and b (strings), print x + y on one line and a + b on the next to see
Python · medium · lesson
Given first_name and last_name, create a variable called full_name by concatenating them with a spac
Python · medium · lesson
Create a variable called age set to 25 and a variable called name set to "Maya"
Python · medium · lesson
Given temperature, print whether temperature equals 100 using the == operator.
Python · medium · lesson
Given price, apply a $5 discount by subtracting 5 from price
Python · medium · lesson
Given score, increase it by 15 and print the new value.
Python · medium · lesson
Create a variable called year and assign it the integer 2024
Python · medium · lesson
Create a variable called name and assign it the string "Python"
Python · medium · lesson