Skip to content

Kilgore-McCown Exercise 6 Submission#1

Open
kkilgoreND wants to merge 10 commits into
lyy005:masterfrom
kkilgoreND:master
Open

Kilgore-McCown Exercise 6 Submission#1
kkilgoreND wants to merge 10 commits into
lyy005:masterfrom
kkilgoreND:master

Conversation

@kkilgoreND

Copy link
Copy Markdown

No description provided.

Comment thread Exercise06_Complete

#Line plot of both teams where 'r-' is a red line for UW and 'g-' is a green line for MSU
plt.plot(time, UWscore, 'r-', time, MSUscore, 'g-')

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Comment thread Exercise06_Complete
print ('Lower')
if guess == number:
break
print('Correct!')

@lyy005 lyy005 Oct 12, 2017

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to put "print('Correct')" within the "if guess == number" so it won't print out "Correct!" when you reach the maximum guesses.

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.

3 participants