About Printing - About Assignments
6 important questions on About Printing - About Assignments
What is a variable?
What will be the output of this code?
power, angle = 100, 12
angle = 12
Can multi assign also assign variable of different types?
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What does this code mean?
name, grade = "Miss Janssen, 7"
grade = 7
What will be the output of this code?
a = 12
a = 17
print (a)
What is the value of angle after this code has been executed?
angle = 90
angle = angle + 10
angle = angle + 5
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding