Dear Python experts,

What exactly does the three dots do?
> aList = ...
> type(pList)
ellipsis

It's an ellipsis, a spot holder to later. But what data type is it: vector,
matrix?

In every other language, you initialize a variable you want to use. What's
the point of ellipsis?

Thanks!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to