python Basics

python Basics

Assessment

Flashcard

Computers

8th Grade

Practice Problem

Hard

Created by

BRIAN DOYLE

FREE Resource

Student preview

quiz-placeholder

26 questions

Show all answers

1.

FLASHCARD QUESTION

Front

To display something on the screen, use this command: print(), Print(), screen(), write(), display()

Back

print()

2.

FLASHCARD QUESTION

Front

To display the following on screen Hello World! the following command should be used:

Back

print("Hello World!")

3.

FLASHCARD QUESTION

Front

x = 5 y = 6 print(x*y)
The code above displays the following:

Back

30

4.

FLASHCARD QUESTION

Front

x = 5 y = 6 print("x*y")
The code above displays the following:

Back

x*y

5.

FLASHCARD QUESTION

Front

cakeAmount = raw_input() print "We have", cakeAmount, " cakes"
The above code is run. You type: six
Select the correct output.

Back

We have six cakes

6.

FLASHCARD QUESTION

Front

cakeAmount = input() print "We have", cakeAmount, " cakes"
The above code is run. You type: six
Select the correct output.

Back

Error

7.

FLASHCARD QUESTION

Front

age = input("Enter Age (as integer): ") newAge = age + 20 print ("your age in 20 years is:", newAge)
you enter 15

Back

value of age is 15 value of newAge is 35 output is: your age in 20 years is: 35

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?