Python Plus : Rock, Paper, Scissors

Python Plus : Rock, Paper, Scissors

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Conditionals and If Statements

Python Conditionals and If Statements

8th Grade - University

15 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Python

Python

8th Grade

12 Qs

Understanding Python Conditional Statements

Understanding Python Conditional Statements

7th Grade

10 Qs

Python

Python

1st - 12th Grade

10 Qs

Python PRIMM L4

Python PRIMM L4

6th Grade

8 Qs

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

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

6th Grade

13 Qs

Условный оператор, 7класс

Условный оператор, 7класс

7th 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?