What is the correct output of the following code?
def f():
return[i for i in range(0,3,3)]
print(f())


Posted on by