Python Basics Quiz

Python Basics Quiz

Professional Development

14 Qs

quiz-placeholder

Similar activities

Python & SQL

Python & SQL

Professional Development

15 Qs

Week 1 quiz

Week 1 quiz

Professional Development

18 Qs

R Beginner Quiz

R Beginner Quiz

Professional Development

15 Qs

Повторение теории по уроку 3. Параметры  SEP, End

Повторение теории по уроку 3. Параметры SEP, End

Professional Development

12 Qs

Python Loop Statements

Python Loop Statements

Professional Development

10 Qs

Lists and operators

Lists and operators

Professional Development

15 Qs

Python Dictionary

Python Dictionary

Professional Development

14 Qs

Python Functions

Python Functions

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?