Python Plus : Rock, Paper, Scissors

Python Plus : Rock, Paper, Scissors

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python - Hàm điều kiện

Python - Hàm điều kiện

6th Grade

13 Qs

Condiciones y ramificaciones - 2do sec - Prof. Charles

Condiciones y ramificaciones - 2do sec - Prof. Charles

8th Grade

8 Qs

Python Quiz - 4

Python Quiz - 4

6th - 8th Grade

10 Qs

Review Python

Review Python

8th Grade

15 Qs

G-8-Python Basics Quiz

G-8-Python Basics Quiz

8th Grade

15 Qs

python selection

python selection

8th Grade

11 Qs

Avaliação Pensamento Computacional - Prático

Avaliação Pensamento Computacional - Prático

1st Grade - Professional Development

10 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

Python Plus : Rock, Paper, Scissors

Python Plus : Rock, Paper, Scissors

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

ScopeIT Team

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get input from the user in Python?
input()
raw_input()
get()
receive()
ask()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to print text to the console?
print()
echo()
write()
console()
display()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in Python?
var name = "value"
name := "value"
name = "value"
let name = "value"
set name = "value"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for an if statement in Python?
if x = 5:
if x == 5 then:
if (x == 5):
if x == 5:
if x = 5 then:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check multiple conditions in Python?
if-else
switch-case
elif
case
while

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for an else statement?
else
otherwise
elif
default
end

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does elif stand for in Python?
else if
else
if else
elseif
end if

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?