for x in range(5,76,5):
print(x, end=" ")
I wrote my code in python 3.8. Hope this helps
9.4m questions
12.2m answers