Python Forum
Help needed for a program using loops
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help needed for a program using loops
#3
Thanks very much, I finally understand what the problem was. I finally fixed it.
for x in range(5):
    print(x*"*")
Reply


Messages In This Thread
RE: Help needed for a program using loops - by PythonBoy - Sep-03-2023, 01:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Program that allows to accept only 10 integers but loops if an odd number was entered gachicardo 4 3,745 Feb-24-2022, 10:40 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020