marble_meadow_2940
Exemplar
Top 2.2%
Member Nº 3788
Joined Jul 2026
Python
Guard Clauses
String Methods
Dict Methods
Spark
Salting Strategy
Distributed Primitives
Spark Execution Model
Learned
Python149
Milestones
Milestones unlock as you keep learning.
636 runs in the past 26 weeksActive days: 12 · Max streak: 4
MarAprMayJunJulAugSep
Recent solves
Calculate total elements in the matrix by summing the length of each row.
Python · medium · lesson
Given the list words and the dictionary config, print the length of each on its own line
Python · medium · lesson
Check whether the error is within the tolerance and store the boolean result in is_ok.
Python · medium · lesson
Given two point values point_a and point_b, calculate the absolute distance between them using abs()
Python · medium · lesson
Given the tuple scores, calculate the average by dividing sum() by len()
Python · medium · lesson
Given the list temps representing daily temperatures, find and print the lowest temperature, the hig
Python · medium · lesson
Summarize sensor readings with tuples and built-in functions
Python · medium · lesson
You have two variables: a = 100 and b = 200
Python · medium · lesson
Given the tuple record containing a name, age, and job title, unpack it into three variables: name,
Python · medium · lesson
Create a single-element tuple called solo containing only the value 42
Python · medium · lesson