for i in range(5): print(i) for j in range(5,9): print(j+1) for n in range(2,99,3): print(n) a="fjaksfj23sf" for m in a: print(m)