Python Introduction

Python Introduction

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Free Code Camp

Python Free Code Camp

6th Grade

13 Qs

Quiz: Print, Syntax and Comments in Python

Quiz: Print, Syntax and Comments in Python

6th Grade

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Test

Test

7th Grade

13 Qs

Python

Python

8th Grade - Professional Development

10 Qs

Basic Python Print statement and variable ceations

Basic Python Print statement and variable ceations

7th - 12th Grade

15 Qs

Ozaria:  Python Basics

Ozaria: Python Basics

6th Grade

15 Qs

Y9 Intro to Python

Y9 Intro to Python

8th Grade

10 Qs

Python Introduction

Python Introduction

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Yamini saini

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A "variable" in Python is used to

ask input from the user

save a set of values together

give name to memory location to save a value

perform operations on a number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a

language for writing an email

language to create games

language to browse internet

language to talk with people

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol in python is used to assign values ?

==

!=

:

=

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements gives an output in python ?

output("message to print")

print("message to print")

System.out.print("message")

console("message to print")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of following code:

a=5

a=a+1

print("a")

5

6

a

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of following statement :

print("a"*3)

aaa

a3

Error

a*3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of : print(not(2>3))

False

Error

not(2>3)

True

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?