mild_dawn_9465
Warden
Top 7.8%
Member Nº 4253
Joined Aug 2026
Python
String Methods
Dict Methods
Functions
Spark
Salting Strategy
Distributed Primitives
Spark Execution Model
Learned
Python123
Milestones
Milestones unlock as you keep learning.
480 runs in the past 26 weeksActive days: 7 · Max streak: 6
MarAprMayJunJulAugSep
Recent solves
Convert the string word to a set of unique characters
Python · medium · lesson
Create an empty set using the correct syntax (remember, {} makes a dictionary)
Python · medium · lesson
Given the list items, convert it to a set to find the unique values
Python · medium · lesson
Create a set containing the values 5, 10, 15, 5, 10
Python · medium · lesson
Given the set fruits, use .update() to add all items from the list new_fruits
Python · medium · lesson
Start with an empty set called colors
Python · medium · lesson
Given the list page_views, use a set to count how many unique pages were viewed
Python · medium · lesson
Start with inventory = {'apple': 3, 'banana': 5, 'cherry': 7}
Python · medium · lesson
Given settings = {'theme': 'dark', 'font_size': 14}
Python · medium · lesson
Create a dictionary user with keys 'name' set to 'Ada' and 'age' set to 36
Python · medium · lesson