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()
Escuela, estudio y materia
- Institución
- Python programming
- Grado
- Python programming
Información del documento
- Subido en
- 28 de marzo de 2024
- Número de páginas
- 6
- Escrito en
- 2023/2024
- Tipo
- Examen
- Contiene
- Preguntas y respuestas
Temas
-
circleradius
-
penup pendown
-
top down design
-
printing in python
-
function composition
-
python programming exam review
-
the dimensions of tracys world
Documento también disponible en un lote