n

🏠

Write a python program with a time complexity of n and class O(n)

1for i in range(n):
2    print(i)