Font size
WorksheetsPython Review 3
Total questions: 10
Worksheet time: 10mins
A circle is the same as a Circle.
True
False
What is this shape's gradient?
gradient('red','blue')
gradient('blue','red')
fill = 'red,blue'
gradient('purple')
What type of error in this code will be found by the Autograder?
Rect(124,27,11,89
Runtime Error
Syntax Error
Logical Error
There is NO error
What is this shape's gradient?
gradient("red", "yellow", start="top")
gradient("red", "yellow", start="bottom")
gradient("red", "yellow", start="left")
gradient("yellow", "red", start="top")
Select the correct line of code.
Rect (100, 30, 70, fill='red')
Label ( 'hello', size=30, font='monospace', italic=True)
Line (270, 180, 311, 205, lineWidth=4)
Circle(10, 25, 13, fill=gradient 'blue' , 'gold' , start='right)
Which will result in a shape with no fill?
fill = No fill
fill = "white"
fill = "clear"
fill = None
What is the star with the LEAST roundness?
A
B
C
D
Select all of the properties that we CAN use when coding in python.
dashes
rotateAngle
bold
color
Select the INCORRECT line of code!
Oval ( centerX, centerY, size/width, size/height, fill='white')
Circle ( centerX, centerY, radius, roundness= # )
Label ( 'text' , centerX, centerY, size= #, bold=True)
Star ( centerX, centerY, radius, points, rotateAngle= #, fill= 'green' )
After a month of learning coding, how confident are you in your coding ability
I still have no idea what I am doing
Its hard, but I am starting to get the hang of it
I am now comfortable with coding
I am very confident in my coding abilities
