loader

Let's learn Python Programming in easy ways.

Explore more

Start your python journey today

267
53
67
89

Today's question

Can you solve this ?
Question.

What is the output of the following code ?

>>> s1 = [11, 123, 36, 45, 34, 45, 67]
>>> s1.index(45)

 

Options:

Get the answer and explanation
The Theory :

What is Python list ?

Python lists are positionally (by index) ordered collections of arbitrarily typed objects (Items can be any type). Python lists have no fixed size. Lists are mutab ...

Read more

Python MCQ Quiz

Beginners can practice 300 + Python topic wise MCQ questions which will enhance the command on a particular topic. Experienced pythonistas can start testing their knowledge.

Start now

How To

Code Snippets which helps in your project. Very much desirable for Python Professionals

Start now

Python Fundamental questions with answers

Topic wise fundamental Python questions with answers which will clear your fundamentals and will help you in interviews

Start now

What People Say about PythonEasy

Subscribe to Our Newsletter

Sign Up to our Newsletter to get the latest updates.

TOP