print("testing... \n" * 3)
on the \n aria, how do i stop the output being:
output:
testing...
testing...
testing...
and then a new line. how to stop plz? I am trying to do tutorial.
print("testing... \n" * 3)
on the \n aria, how do i stop the output being:
output:
testing...
testing...
testing...
and then a new line. how to stop plz? I am trying to do tutorial.