Creating Karel’s world Let’s start simple. This chall…
# Challenge 1: Creating Karel’s world Let’s start simple. This challenge will help you practice the basics of writing functions. Define three new functions: 1) to ask the user for a positive integer (representing the size for Karel’s world), 2) to display the dimensions of Karel’s world to the console, and 3) main(), which organizes […]
