mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Update sectorAreaFunc.py
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
.__init__ import *
|
||||
|
||||
import random
|
||||
import math
|
||||
def sectorAreaFunc(maxRadius = 49,maxAngle = 359):
|
||||
Radius = random.randint(1, maxRadius)
|
||||
Angle = random.randint(1, maxAngle)
|
||||
|
||||
Reference in New Issue
Block a user