Simple Python Quiz

Simple Python Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Minigame Kênh Retail T04

Minigame Kênh Retail T04

Professional Development

20 Qs

La Suisse

La Suisse

Professional Development

13 Qs

Asesmen Pembelajaran

Asesmen Pembelajaran

Professional Development

20 Qs

5S Concepts Quiz

5S Concepts Quiz

Professional Development

15 Qs

BERLATIH SOAL PPPK Part 2

BERLATIH SOAL PPPK Part 2

Professional Development

15 Qs

CIE Invigilation Training

CIE Invigilation Training

Professional Development

10 Qs

PEMC

PEMC

University - Professional Development

10 Qs

Qué sabemos sobre COVID?

Qué sabemos sobre COVID?

Professional Development

20 Qs

Simple Python Quiz

Simple Python Quiz

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Hard

Created by

Amba Amba

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 'distplot' in the below code stands for?

seaborn.distplot()

Disturbed Plot

Distanced Plot

Distributed plot

I don't know,Sorry

None of the choices

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following ways can be used to create a dictionary using the dict() function?

dict(('a',1),('b',2),('c',6.4))

dict('a'=1,'b'2,'c'=3)

dict([('a',1),('b',2),('c',6.4)])

All the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can you guess the output of below code?

for i in enumerate(['a','t','o']):

print(i,end=" ")

[1, 'a'] [2, 't'] [3, 'o']

(0, 'a') (1, 't') (2, 'o')

(1, 'a') (2, 't') (3, 'o')

[0, 'a'] [1, 't'] [2, 'o']

Error in code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below gives an empty list?

list(range(1,2))

list(range(4,0,-1))

list(range(-2,0,5))

list(range(2,9,-2))

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose 2 facts about list and tuples in Python

(Select two options)

Lists are slower than tuples

Lists are faster than tuples

Tuples are faster than list

Tuples are slower than list

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By which program python was interpreted?

Python Compiler

Python Interpreter

None of the Above

Python CLI

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose list1 is [2, 33, 222, 14, 25], What is list1[-1] ?

14

2

33

25

Error

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Professional Development