Foundation checkpoint

Complete the questions and the coding check, then submit. The result is stored in your LMS progress cookie (this browser).

Part A — concepts (6 questions)

1. print puts output…
2. The operator that stores a value in a name is…
3. range(3) repeats how many times?
4. The first item of fruits = ["mango", "apple"] is…
5. if marks >= 40: print("Pass") runs Pass when marks is 40 because…
6. A comment starting with # is…

Part B — Canteen total

price = 20, qty = 5. Print a line that includes 100 (the total). Use Check exercise, then confirm below.

Python sandboxlesson://workspace
console

Edit the example, press Run, then Build if you want a compile check.

build

Press Build to compile.