0
Wat is the use of list() in the program ?
6 ответов
+ 1
The list must be in square barcket rite ?
0
loop is just like array in c, but it can store any type of variables like (int,float,string,list,tuple,ductionary,etc)
0
yes. [1,'Hello',2.2,['mango','apple']]
0
Tnx for a ans
0
Tnx for a ans
0
to write a list we have to follow [ ] pattern