Task
A guided code task with hints, checks, and mentor feedback in a compact mobile-first learning flow.
Create
player_score and assign 500.A guided code task with hints, checks, and mentor feedback in a compact mobile-first learning flow.
A guided code task with hints, checks, and mentor feedback in a compact mobile-first learning flow.
player_score and assign 500.# Welcome to Adaptly Code Lab
def initialize_game():
player_name = "Hero"
player_score = 500