What undefined variable starts with? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What undefined variable starts with?

lists " for I in range(5)

25th May 2018, 6:12 PM
Jean K
Jean K - avatar
2 Answers
+ 2
Undefined sounds like you haven't declared/assigned a variable with data yet.
25th May 2018, 7:09 PM
Apple Blossom
Apple Blossom - avatar
0
you have to declare the variable before using in like integer,char or string
21st Aug 2018, 1:02 PM
Jean K
Jean K - avatar