Register - Login - Forgotten Password

Lesson 4: Making Decisions with if, else and switch in JavaScript

Will the assignment happen, or will JavaScript skip it? Open Full Article...

Lesson 12: Building Your First Python Quiz

How can familiar Python ideas turn into a working quiz? The surprising answer is that Python has no special quiz command. Open Full Article...

Lesson 8: Making Decisions With If Statements

How can a Python program choose between different actions when a game score changes? A fictional game provides a clear setting for examining this question. Open Full Article...