Python Introduction

Python Introduction

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

14 Qs

Introduction to Python

Introduction to Python

6th Grade

10 Qs

Conditional statements

Conditional statements

7th Grade

11 Qs

Basic Python Programming_Class VIII

Basic Python Programming_Class VIII

8th Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python_R

Python_R

2nd Grade - Professional Development

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