Python Programming - Rapid Fire Quiz 2

preview_player
Показать описание
Python Programming: Rapid Fire Quiz 2
Topics discussed:
1. A Rapid Fire Quiz based on the following syllabus:
a. Lists in Python.

Music:
Axol x Alex Skrindo - You [NCS Release]

#PythonByNeso #PythonProgramming #PythonQuiz
Рекомендации по теме
Комментарии
Автор

I got all the answers correct, but I paused the video to think about the answers.

tayyab.sheikh
Автор

2/10.. was hard to find the lists interesting so I zoned out a bit. 😬 might redo the chapter later!

vonSmash
Автор

all correct
please upload your videos everyday

mohammedisarezwani
Автор

I don't get why question #8 the answer is a) Andy is great. The .pop() method removes the last item if the index of the item is not specified. Shouldn't the answer be c) Andy is 1 2 Andy?

Lalitamm
Автор

animals = ['lion', 'tiger', 'monkey', 'elephant', 'frog']
filtered_animals = [animal.title() for animal in animals]
print(filtered_animals)

Kashem
Автор

7\10 without pausing . I saw my errors i failled 2, 7 and 4 .I didn't get list comprehension well will rewatch it

NaviBridge
Автор

8 out of 10. Not bad. Forgot that the pop() method returns what it pops.

sigmatronX
Автор

7 / 10 was not so attentive in few questions

sushantprasai
Автор

5/10 iam confused I think list is similar syntax as numpy

RaviRaj-efje
Автор

Q.1)a)True
Q.2)c)Error (Indentation error)
Q.3)b)10
Q.4)d)Error (Because here 25 is a string and 10 is an int) [incompatible operation] (Runtime error)
Q.5)b) (I GOT WRONG)
Q.6)c)
Q.7)d)error
Q.8)a)
Q.9)d)
Q.10)b)

Edit:- I got 9/10 🎉😊❤

Harbingersknight
Автор

9/10 well good enough but can be better

bunyaminaltuntas
Автор

I didn't understood why we have that result on question number 7.

cristinablaga
Автор

8/10 but I didn't observe properly in the 6th question

nandyalanaresh
Автор

I got option (a) for 6th question why u have said that the correct answer is option(c)
Furthermore I have executed the code in compiler I have got option (a) as correct answer.Can u explain the reason for it

NivyaGovindarajj