Practice workspace

Coding lesson

A guided code task with hints, checks, and mentor feedback in a compact mobile-first learning flow.

main.py active file
500 target value
2 hints used
Ready console state

Task

A guided code task with hints, checks, and mentor feedback in a compact mobile-first learning flow.

Create player_score and assign 500.
main.py
# Welcome to Adaptly Code Lab
def initialize_game():
    player_name = "Hero"
    player_score = 500