206k views
3 votes
4.8 Code Practice: Question 1
I need help

4.8 Code Practice: Question 1 I need help-example-1

1 Answer

5 votes

for x in range(5,76,5):

print(x, end=" ")

I wrote my code in python 3.8. Hope this helps

User Lawrence Gimenez
by
4.1k points