What is the difference between () and [] in Python?

Asked by Last Modified  

2 Answers

Learn Python

Follow 3
Answer

Please enter your answer

Hii sradha, () is mainly used to store the values in tuple datatype and is mainly used for storing the element's in list.
Comments

Technical Project Manager with hands on Business Intelligence domain

() are basically those which cannot be altered but changed completely... () is used in tuples, print (), Functions, etc.. Once it is assigned then it can only be replaced but cannot change. Whereas are used for the ones where things can be altered. Pick any example. The one that we use mostly is in...
read more
() are basically those which cannot be altered but changed completely... () is used in tuples, print (), Functions, etc.. Once it is assigned then it can only be replaced but cannot change. Whereas [] are used for the ones where things can be altered. Pick any example. The one that we use mostly [] is in lists. When used in the List we can append, pop, and remove. read less
Comments

Related Questions

Is it possible to learn Python without any coaching class?
Yes, why not. Just it takes time and proper guidance by someone.
Neetu
0 0
7
What are the pros and cons of Python?
Python is a popular programming language that offers many benefits: ease of use, readability, and a large community of developers. However, it also has some limitations, such as slower performance compared...
Parminder
0 0
5
How do apprachto an unknown problem to construct itssolution? Especially when do you face any programming challenge.
First approach your teacher or tutor about problem statement and ask for solution to get it solved.. Next practise similar kind of things by using other books or google or youtube help... If you u facing any challenges...
Tanmoy Gupta
0 0
8
X=4 Y=X+4 Y=INT(STR(Y)+'2') PRINT(Y)
Here is how it works: 1. X takes the value of 4 2. Y takes the value of 8 ( Y=X+4 ) 3a. str(Y) is evaluated as '8' 3b. next, str(Y)+'2' is evaluated - this gives us '82' 3c. next, INT('82') gets...
Annu
How do i start learning, machine learning from scratch? considering i'm already in the field of computer science and engineering.
Hi Akash, I suggest you to come to our institute for proper guidance. Our experienced Python Trainer will solve your queries. Thanks, Ethans tech, Pimple Saudagar
Akash
0 0
9

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Python breaks into the top three programming languages in the Tiobe Index for the first time.
Python breaks into the top three programming languages in the Tiobe Index for the first time. The popularity of Python shows no sign of waning, with the programming language entering the top three in...

Shallow And Deep Copying
The difference between shallow and deep copying is only relevant for compound objects (objects that contain other objects, like lists or class instances): A shallow copy constructs a new compound object...

How Machine Learning Predict things - A Short Video for absolute beginners
Here is a short video for Machine Learning Beginners, who want to know how Machine Learning Algorithm predict things

What is Python Egg?
(Attention: This is a technical post for Python developers. If you are not python programmer you might want to skip this). An .egg format files in Python is the standard distribution package contains...

Code: Gantt Chart: Horizontal bar using matplotlib for tasks with Start Time and End Time
import pandas as pd from datetime import datetimeimport matplotlib.dates as datesimport matplotlib.pyplot as plt def gantt_chart(df_phase): # Now convert them to matplotlib's internal format... ...
R

Rishi B.

0 0
0

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you