sunlit_deer_5049
Savant
Top 0.7%
Member Nº 3993
Joined Aug 2026
SQL
Storage Optimization
Approximate Aggregates
Ranking
Python
String Methods
Dict Methods
Tuples
Spark
Exploding Arrays
Regex Functions
Catalyst Optimizer
Data Modeling
Self-Referential
Many-to-Many
One-to-One
Solved
SQL2
Python0
Milestones
Top 100
1,601 runs in the past 26 weeksActive days: 18 · Max streak: 6
MarAprMayJunJulAugSep
Recent solves
Use divmod(17, 5) to get the quotient and remainder
Python · medium · lesson
Use multiple assignment to set x to 5 and y to 10 in a single line
Python · medium · lesson
Given is_subscriber, is_banned, and is_admin, a user can access a premium feature if they are a subs
Python · medium · lesson
Given is_blocked, use the 'not' operator to determine if the user can_post (the opposite of is_block
Python · medium · lesson
Given age and has_id, use the 'and' operator to check if the user can enter (age >= 21 AND has_id is
Python · medium · lesson
Given password_length, store whether the password is long enough (>= 8 characters) in a variable cal
Python · medium · lesson
Given temperature, print whether temperature is greater than or equal to 70 on the first line, then
Python · medium · lesson
Given the integer count, build a message by concatenating "Found " + the count converted to a string
Python · medium · lesson
Given the decimal string score_text, convert it to an integer by first converting to float, then to
Python · medium · lesson
Given the string age_text, convert it to an integer using int()
Python · medium · lesson