0
What does the term num stand for?
3 Respuestas
+ 2
num is just a variable name I guess or you are talking about enumerate in python?
+ 1
Which language?
+ 1
enum is short for enumeration. In OPP ot is an object that typically contains a set or group of constants or an enumerated list.