Introducing Python MCQs

Introducing Python MCQs

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

7th Grade

14 Qs

Python

Python

KG - 9th Grade

8 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

Basic Python Programming_Class VIII

Basic Python Programming_Class VIII

8th Grade

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python

Python

7th - 9th Grade

12 Qs

Quiz#2

Quiz#2

6th - 8th Grade

11 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Introducing Python MCQs

Introducing Python MCQs

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Aanya Gupta

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following data types is not supported in Python?

string

numbers

list

syntax

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a feature in Python?

It is tasty like pasta

it has a simple syntax

I am not sure

It has errors

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a new value is stored in a variable, its previous value?

accepted

overwritten

overlapped

error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be the data type for 12.4?

float

str

int

dict

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To give tab space while printing the statement, you use_________

\t

/t

tab key

ctrl key

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following Python code?

x = 5
y = 3
print(x + y)

8

53

5 + 3

35

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid variable name in Python?

my_variable

my-variable

_myvariable

myVariable

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?