Surprise Quiz !!!!

Surprise Quiz !!!!

10th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

Python 3

Python 3

7th - 10th Grade

16 Qs

Python Cert Prep Session 1

Python Cert Prep Session 1

9th - 12th Grade

20 Qs

Carnegie CMU Graphics in Python Explore Programming

Carnegie CMU Graphics in Python Explore Programming

9th - 12th Grade

19 Qs

Surprise Quiz !!!!

Surprise Quiz !!!!

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Zinedine Tagarda

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is python named after?

The snake

Television show called Monty Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will the output be of the following code?

print(Hello World!)

Hello World

Hello World!

Error

print(Hello World!)

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Combining strings together to form a new string is called what?

concatenation

combination

constipation

conservation

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

If you want more than one option for your code what do you use (after if)?

elif (condition)

else if (condition)

else (condition)

if else (condition)

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What would the result be?

friends['Felix','Maya','Edgar']

print(friends[1])

Felix

Maya

Edgar

It prints all of them.

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

languages = ['C', 'Python', 'Javascript']

print(languages[4])

What is the result?

C

Python

Javascript

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

name = 'John Jacob Jingleheimer Schmidt'

print(len(name))

What is the output?

John Jacob Jingleheimer Schmidt

len(name)

31

Error

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?