Python Programming Exam Review-Questions and Answers 100%Verified
Python Programming Exam Review-Questions and Answers 100%Verified forward(distance) - ANSWER-moves turtle forward distance in current direction backward(distance) - ANSWER-moves turtle backward in current direction circle(radius) - ANSWER-moves the turtle in a circle. Within the parentheses, you write the radius of the circle. penUp, penDown - ANSWER-controls whether or not Tracy is leaving a trail. What are the dimensions of Tracy's world? - ANSWER-400 pixel tall x 400 pixels wide left(angle), right(angle) - ANSWER-turns Tracy either left or right the inputted degrees For loops - ANSWER-used to repeat commands a certain number of times. What is the code for a for loop? - ANSWER-for i in range(times to repeat): Indented commands here setposition(x,y) - ANSWER-moves Tracy to the designated coordinate. speed(number 0-10) - ANSWER-Sets how quickly Tracy will move through the code. speed(1)=Slowest speed(5)=Medium speed(10)=Fastest speed(0)=Immediate # comment here """ comment here '''' - ANSWER-In-line comment Multi-line comment What is the code for defining? How do you call it? - ANSWER-def function_name_here(): indented code here function_name()
Written for
- Institution
- Python programming
- Course
- Python programming
Document information
- Uploaded on
- March 28, 2024
- Number of pages
- 6
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- circleradius
- penup pendown
- top down design
- printing in python
- function composition
-
python programming exam review
-
the dimensions of tracys world
Also available in package deal