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

6 lines
70 B
Python

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