basic arithmetic, API & questions organization, ID generation

This commit is contained in:
Xevion
2020-08-27 01:31:52 -05:00
parent 3e052d3692
commit 1596518757
4 changed files with 109 additions and 0 deletions

6
server/questions.py Normal file
View File

@@ -0,0 +1,6 @@
import random
from server import arithmetic
def get_arithmetic():
return random.choice(arithmetic.questions)