0
What undefined variable starts with?
lists " for I in range(5)
2 odpowiedzi
+ 2
Undefined sounds like you haven't declared/assigned a variable with data yet.
0
you have to declare the variable before using in like integer,char or string
lists " for I in range(5)