What I mean is which would be faster for a computer to execute.
The following code is in python3.
for in range(10):
print('billy bob')
OR
print('billy bob')
print('billy bob')
print('billy bob')
print('billy bob')
print('billy bob')
print('billy bob')
print('billy bob')
print('billy bob')
print('billy bob')
print('billy bob')
if you don't understand what I mean, just say in comments, ill try to answer.