What does 'distplot' in the below code stands for?
seaborn.distplot()
Simple Python Quiz
Quiz
•
Professional Development
•
Professional Development
•
Hard
Amba Amba
Used 5+ times
FREE Resource
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
20 questions
HACKATHON HUSTLE(ROUND 1)
Quiz
•
Professional Development
20 questions
HACKATHON HUSTLE(ROUND 2)
Quiz
•
Professional Development
10 questions
Python - Estruturas de Decisão
Quiz
•
Professional Development
14 questions
ABREDES - Devasc Python
Quiz
•
Professional Development
14 questions
Java Collections
Quiz
•
Professional Development
15 questions
python dictionary and set
Quiz
•
Professional Development
15 questions
Quiz 2 Internship on Fundamentals of Python
Quiz
•
Professional Development
15 questions
Яндекс лицей
Quiz
•
Professional Development
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade