add format kwarg

This commit is contained in:
lukew3
2021-10-06 02:22:32 -04:00
parent 6b35cbb452
commit 9682a569ba
115 changed files with 934 additions and 628 deletions

View File

@@ -2,7 +2,7 @@ from .__init__ import *
import math
def angleBtwVectorsFunc(maxEltAmt=20):
def angleBtwVectorsFunc(maxEltAmt=20, format='string'):
s = 0
v1 = [
round(random.uniform(0, 1000), 2)