mirror of
https://github.com/Xevion/power-math.git
synced 2025-12-09 10:08:05 -06:00
basic arithmetic, API & questions organization, ID generation
This commit is contained in:
6
server/questions.py
Normal file
6
server/questions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import random
|
||||
from server import arithmetic
|
||||
|
||||
|
||||
def get_arithmetic():
|
||||
return random.choice(arithmetic.questions)
|
||||
Reference in New Issue
Block a user