0

about lists in python

anyone can told me if lists in python are equivalent to sets theory in math?

24th Jul 2018, 1:53 PM
Jean
Jean - avatar
4 Respuestas
+ 2
Jean there is set in python which is equivalent to set theory in math.list is not. e.g x={1,2,3,4,5} #make a set in python. you can do everything with it like intersection,union two sets,setA-setB etc.
24th Jul 2018, 4:34 PM
Maninder $ingh
Maninder $ingh - avatar
0
no
24th Jul 2018, 1:59 PM
$¢𝐎₹𝔭!𝐨𝓝
$¢𝐎₹𝔭!𝐨𝓝 - avatar
0
there is any base in some topic of math?
24th Jul 2018, 2:03 PM
Jean
Jean - avatar
0
Maninder Singh / yo thanks. I didn't know that there were literally sets in python.
24th Jul 2018, 7:53 PM
Jean
Jean - avatar