Python Forum
Create a program that draws a box
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create a program that draws a box
#6
Your teacher went one step further... There is problem even before that.
Let's ask the question in a different way - what is the width and height of your rectangle and what it should be. I said line 8 because it is easier to spot the problem there. One more hint - how many characters you print on line 6-7? Then on next step think how many times you want to execute loop body and how many times it is actually executed ( that is your teacher's hint/question)
Reply


Messages In This Thread
Create a program that draws a box - by KaioKen - Feb-25-2018, 02:13 AM
RE: Create a program that draws a box - by Larz60+ - Feb-25-2018, 02:55 AM
RE: Create a program that draws a box - by KaioKen - Feb-25-2018, 03:13 AM
RE: Create a program that draws a box - by buran - Feb-25-2018, 05:56 AM
RE: Create a program that draws a box - by KaioKen - Feb-27-2018, 02:12 AM
RE: Create a program that draws a box - by buran - Feb-27-2018, 04:14 AM
RE: Create a program that draws a box - by KaioKen - Feb-28-2018, 02:45 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how do i create this program alexisyzr 3 7,722 Nov-07-2018, 11:51 AM
Last Post: buran

Forum Jump:

User Panel Messages

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