Skip to content

added a letter#2

Open
hsweet wants to merge 2 commits intohsweet:masterfrom
trevor161:Trevor
Open

added a letter#2
hsweet wants to merge 2 commits intohsweet:masterfrom
trevor161:Trevor

Conversation

@hsweet
Copy link
Owner

@hsweet hsweet commented Oct 15, 2019

Nice job Trev. Next thing to try is to make a function to stack all the I's one on top of the other from the top to the bottom of the screen,

This is the pattern for that.. (hint.. x goes left to right, y goes up.

def draw_horizontal(object):
for x in range (1, 9):
object (x * 50, 50)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants