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