Apply new format to snippets and template
This commit is contained in:
@ -5,7 +5,7 @@ tags: math,beginner
|
||||
|
||||
Converts an angle from radians to degrees.
|
||||
|
||||
Use `math.pi` and the radian to degree formula to convert the angle from radians to degrees.
|
||||
- Use `math.pi` and the radian to degree formula to convert the angle from radians to degrees.
|
||||
|
||||
```py
|
||||
from math import pi
|
||||
|
||||
Reference in New Issue
Block a user