Errata for Learn to Code in 30 Days

While we strive for perfection in our writing and editing, mistakes do happen. Here are the known errors in Learn to Code in 30 Days:

Errata for the MiniScript Bookmark

Copies of Learn to Code in 30 Days sold online include a bookmark with a sample program. The line that inputs a number should read:

   x = input("Your guess?").val
so that x is input as a number, not a string.
MiniScript Home PageMiniScript BooksMiniScript Press