Files
openide/python/testData/formatter/noSpaceAroundPowerOperator.py

6 lines
72 B
Python

import math
def circle_area(radius):
return math.PI * radius ** 2