Update degrees_to_rads.md

This commit is contained in:
Angelos Chalaris
2019-10-15 15:16:48 +03:00
committed by GitHub
parent d5c6d2d425
commit c7f3a0f982

View File

@ -15,6 +15,5 @@ def degrees_to_rads(deg):
```
```py
import math
degrees_to_rads(180) # 3.141592653589793
```