Add surface area class#2183
Add surface area class#2183cclauss merged 10 commits intoTheAlgorithms:masterfrom lance-pyles:add-surface-area-class
Conversation
|
Hey @lance-pyles, TravisCI finished with status TravisBuddy Request Identifier: d85cd410-bfcb-11ea-8212-0f9c14daf924 |
|
Add an extra carrage return before each function on lines 9 and 20. ./maths/surface_area.py:9:1: E302 expected 2 blank lines, found 1 |
|
Should these functions be added to |
|
Hey @lance-pyles, TravisCI finished with status TravisBuddy Request Identifier: e95e7a80-bfcf-11ea-8212-0f9c14daf924 |
|
Hey @lance-pyles, TravisCI finished with status TravisBuddy Request Identifier: 96ffa2e0-bfd0-11ea-8212-0f9c14daf924 |
|
Hey @lance-pyles, TravisCI finished with status TravisBuddy Request Identifier: 2fe6daf0-bfd1-11ea-8212-0f9c14daf924 |
|
Hey @lance-pyles, TravisCI finished with status TravisBuddy Request Identifier: 7091b9d0-bfd1-11ea-8212-0f9c14daf924 |
cclauss
left a comment
There was a problem hiding this comment.
Nice submission! Thanks for doing this.
Travis tests have failedHey @lance-pyles, TravisBuddy Request Identifier: 849e4bc0-bfd4-11ea-8212-0f9c14daf924 |
Travis tests have failedHey @lance-pyles, TravisBuddy Request Identifier: c86df4d0-bfd5-11ea-8212-0f9c14daf924 |
|
Thanks for including my change. I've been learning Python and this is my first pull request for it. |
* add surface area class * add new line to end of file * move surface area class into area class * add missing import * added pi import * fix typo * added blank line * fixed more import issues * comment fix * comment fixes
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.