Nov-21-2018, 09:28 PM
every time I loop my program it starts off at the same line the issue is this loop
how can I implement
any help please
at the moment this is what my loop statment is like:
for partition_num in range (0, 4):
i need to implement "\n" into
this :
for partition_num in range (0, 4):
how can I implement
Quote:"\n"the new line command into my loop
any help please
at the moment this is what my loop statment is like:
for partition_num in range (0, 4):
i need to implement "\n" into
this :
for partition_num in range (0, 4):