-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Added new python snippet #1962
Added new python snippet #1962
Conversation
This pull request has been inactive for a while, marking as stale. |
This pull request has been inactive for a while, marking as stale. |
--- | ||
|
||
Converts kelvin into celsius degrees. | ||
- Use `round()` with the perameter `2` to return only 2 numbers after decimal point. |
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.
parameter* is misspelled 🙂
``` | ||
|
||
```py | ||
kelvinToCelsius(298.65) # |
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.
Please add the result after the comment
Thank you for contributing. Unit conversion snippets are generally considered low value, thus we're not currently adding new ones. If we do in the future, I'll reopen this PR. Cheers! 🍻 |
No description provided.