Run
import math x = 2 #radians result = math.degrees(x) print('degrees(x) :', result)
Output