promptdojo_

Making things — step 8 of 8

Checkpoint

One last thing before we move on. Same surface as a write step — but the lesson doesn't complete until this passes.

Last step of the chapter. One more checkpoint, then you're done.

You've now opened a terminal, moved around it, and made things in it. That's eight commands total: whoami, echo, pwd, ls, cd, mkdir, touch, cat, rm. Eight commands is enough to get through the rest of this course. The next chapter, the Claude CLI, is a program you'll run by typing in exactly this terminal. You're ready for it now.

The starter declares three variables for the making-things commands. Write three print(f"...") lines so the output is exactly:

mkdir: makes a new folder
touch: makes a new empty file
rm: deletes a file for good, with no undo

Type the three lines, run it, and the chapter is yours.

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