Computer Science
Kick off with Python basics. Variables first.
Learn core concepts after each chapter so you never fall behind.
Kick off with Python basics. Variables first.
Available now: Python Basics — Variables.
Practice variables by tracking a few expenses and a budget.
budget, rent, food, transport.total_expenses and remaining = budget - total_expenses.Remaining budget: $X.Paste Python below and run it. Output appears in the terminal box.