例如:
a = [1,2,3,4,5,6]
我想要做:
1/2/3/4/5/6
我尝试过使用该operator.div功能,但似乎没有给出正确的结果.顺便说一下,我对python很新.
operator.div
python list
list ×1
python ×1