mirror of
https://github.com/Xevion/power-math.git
synced 2025-12-06 11:15:52 -06:00
7 lines
115 B
Python
7 lines
115 B
Python
import random
|
|
from server import arithmetic
|
|
|
|
|
|
def get_arithmetic():
|
|
return random.choice(arithmetic.questions)
|