Update snippet descriptions

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-11-02 19:27:53 +02:00
parent a2cd6db3b0
commit 0ab4b3dbc5
26 changed files with 64 additions and 62 deletions

View File

@ -15,5 +15,5 @@ def degrees_to_rads(deg):
```
```py
degrees_to_rads(180) # 3.141592653589793
degrees_to_rads(180) # ~3.1416
```