Python Basics Quiz

Python Basics Quiz

Professional Development

14 Qs

quiz-placeholder

Similar activities

Codeing

Codeing

Professional Development

10 Qs

Java Strings

Java Strings

1st Grade - Professional Development

10 Qs

Introduction to python programming-I

Introduction to python programming-I

Professional Development

15 Qs

TEST PAPER-TUPLE

TEST PAPER-TUPLE

Professional Development

10 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Python Week 2

Python Week 2

Professional Development

15 Qs

Python Class Test 1

Python Class Test 1

Professional Development

10 Qs

Prueba python vacacional

Prueba python vacacional

Professional Development

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