Hi, I am new to python (in fact this is my 2nd day learning it)
I was given code that resembles:
if xyz #do abc return x else return y return[]
What does the return[] do? Sorry if this is a stupid question.;)
[] means an empty list in python.