-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Week3_utkarsh_agarwal #105
base: week3_assignment
Are you sure you want to change the base?
Week3_utkarsh_agarwal #105
Conversation
utkarsh-3112
commented
Jan 12, 2023
* add activity-tracker app * add readme and instructions * remove conflicting files
total = (self.penalty_kicks_won * 100) / self.penalty_kicks_made | ||
total |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will also work
total = (self.penalty_kicks_won * 100) / self.penalty_kicks_made | |
total | |
(self.penalty_kicks_won * 100) / self.penalty_kicks_made |
penalty_kicks_won: 64, | ||
fouls_committed: 237 | ||
) | ||
player.save |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
player.save
is required only when u use Prayer.new
or change any value
player.save |
name: "Marocs Acuna", | ||
rank: 13, | ||
country: "ARG", | ||
postion: "defender", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
postion: "defender", | |
position: "defender", |