Python Basics Quiz

Python Basics Quiz

Professional Development

14 Qs

quiz-placeholder

Similar activities

Introduction to python programming-I

Introduction to python programming-I

Professional Development

15 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Python Tuples

Python Tuples

Professional Development

9 Qs

Python Class Test 1

Python Class Test 1

Professional Development

10 Qs

Content seminar Petropavlovsk

Content seminar Petropavlovsk

Professional Development

15 Qs

Web development 1

Web development 1

Professional Development

10 Qs

C Programming

C Programming

Professional Development

15 Qs

Python Operator Precedence

Python Operator Precedence

Professional Development

9 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Other

Professional Development

Hard

Created by

geet s

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the value of the following Python expression? 4 + 3 % 5

7

1

2

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a block of code in Python language?

Brackets

All of the mentioned

Indentation

Key

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code snippet? print(3 ** 2)

8

5

6

9

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What arithmetic operators cannot be used with strings in Python?

*

+

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? print(5 // 2)

None of the mentioned

2

3

2.5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

{This is comment}

#This is comment

/*This is comment*/

//This is comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output the type of a variable or object in Python?

print(type(x))

print(typeof(x))

print(type x)

print(typeof x)

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?