Desktop code lab

Coding lesson

A stable two-column coding workspace: lesson context, code editor, console, and AI review without layout squeeze.

Python track
Variables module
Ready console
AI review enabled

Task

A stable two-column coding workspace: lesson context, code editor, console, and AI review without layout squeeze.

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