promptdojo_promptdojo_promptdojo_promptdojo_promptdojo_promptdojo_promptdojo_promptdojo_promptdojo_promptdojo_promptdojo_

What the Claude CLI is — step 7 of 7

Checkpoint

One last thing before we move on. pass this to mark the lesson done, or skip and keep moving. hop to the next when you're ready.

Lesson one Claude lock-in. Back to the Python sandbox for one step, same print and f-string move as the terminal chapter.

The starter declares variables for the four moves of the agent loop. Write four print(f"...") lines so the output is exactly:

1. look: read files, run a check, or ask a question
2. plan: decide the next concrete step
3. act: do that step, edit or create or run
4. check: see what happened, then loop again

Type the four lines and run it.

full-screen editor opens — close anytime to keep reading.