1
2
3
4
5
import time
def func():
for i in range(0,6):
print(i)
func()