click the link above one more time AND the blue Fork repl button
run the code and make sure you see a square (it will take a while to run the first time)
AxiDraw command documentation
Usethis documentfor the commands you can use that are specific to the axidraw.
Project requirements
Your goal should be to create something aesthetically pleasing and/or recognizable (not just a random assortment of lines) using:
at least 2 custom functions (more is great!) EX: def drawSquare():
at least 2 parameters (can both be in the same function, or in separate functions) EX: def drawSquare(size)
at least 3 function calls (at least 2 to the same function, with the goal of using inputs to create different versions of that code) EX: drawSquare(10) drawSquare(20) face()
comments to document your code so that someone else could glance through and understand what is being coded
Rename your repl as its title. Your name will automatically be included as the username.
GRADING
For a MEETS (B):
meet all of the requirements
For an EXCEEDS (A+):
meet all of the requirements AND either exceed some of the requirements OR complete a project that is particularly high quality, original, clever, complex, engaging, or compelling
WHAT TO TURN IN
Copy the link to your repl (make sure you changed the name to the title of your artwork!).
Save your answer and then click the Submit Assignment button when you're finished.