Deliverable #2: The Program Once your concept has been approved by your instructor you can begin constructing the final program Your program needs to contain the following: At least 3 functions A main() function that will call other functions. A list A single loop. A nested loop. A multi-alternative IF structure.. . An input statement either using an input box or input within the program using an input) statement An Output to either the Turtle screen using the write method or within the program using a print() statement. To help with collaboration, points will be awarded for using GitHub. Documentation for this portion of the assignment is incredibly important. Comments MUST be included that detail what each function is doing, what various elements of each function are doing and MOST importantly who wrote the code. A failure to document your code will result in points being deducted from the final project.
create a program in turtle python that has the following:
Template
Deliverable #2: The Program
Once your concept has been approved by your instructor you can begin constructing the final program Your program needs to contain the following:
At least 3 functions
A main() function that will call other functions.
A list
A single loop.
A nested loop.
A multi-alternative IF structure..
. An input statement either using an input box or input within the program using an input) statement
An Output to either the Turtle screen using the write method or within the program using a print()
statement.
To help with collaboration, points will be awarded for using GitHub.
Documentation for this portion of the assignment is incredibly important. Comments MUST be included that detail what each function is doing, what various elements of each function are doing and MOST importantly who wrote the code. A failure to document your code will result in points being deducted from the final project.
Previous
6
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images