19

Me in the Gym πŸ˜ƒπŸ˜‰πŸ˜€

weights = [12.5, 15, 17.5, 22.5]
sets = 0
while (sets <2):
for i in weights:
print(i)
print("Rest")
sets = sets + 1

And people say keep your work at office.

Comments
Add Comment