About Printing - About Assignments

6 important questions on About Printing - About Assignments

What is a variable?

A name we give to a value. For example temperature, pressure, age or angle.

What will be the output of this code?

power, angle = 100, 12

power = 100
angle = 12

Can multi assign also assign variable of different types?

Yes
  • Higher grades + faster learning
  • Never study anything twice
  • 100% sure, 100% understanding
Discover Study Smart

What does this code mean?

name, grade = "Miss Janssen, 7"

name = Miss Janssen
grade = 7

What will be the output of this code?

a = 12
a = 17 

print (a)

17

What is the value of angle after this code has been executed?

angle = 90
angle = angle + 10
angle = angle + 5

105

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
Remember faster, study better. Scientifically proven.
Trustpilot Logo