Skip to content

Exercise added#9

Open
aguinness wants to merge 1 commit into
lyy005:masterfrom
aguinness:master
Open

Exercise added#9
aguinness wants to merge 1 commit into
lyy005:masterfrom
aguinness:master

Conversation

@aguinness

Copy link
Copy Markdown

Here's my submission for Exercise 6!

Thanks YY!!

Comment thread Ex6.py

x = p9.ggplot(game, aes(x='time', y='score', color = 'factor(team)'))
x+geom_line()

@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.

The question is asking to plot the accumulative score of two teams. You want to add up the score for each team from the beginning of the game

-0.5 points

Comment thread Ex6.py

if guess == N:
print("Correct!")

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

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