i have only started to learn programming and now i am learning for loop in python I want to print my outputs in different files like:
> 2 4 8 6 10 12 . .
rather than printing like:
> 2
24
246
2468
246810
i have only started to learn programming and now i am learning for loop in python I want to print my outputs in different files like:
> 2 4 8 6 10 12 . .
rather than printing like:
> 2
24
246
2468
246810