so uh when i do the following code in modu (most epicest language):
import "math" as math;math.div(1,2);
i get:
⚠️ div takes 2 arguments Traceback (most recent call last): File "<stdin>", line 3 Belive this is a bug? Report it: https://mateishome.page
while i expect to get:
No output
please help me this is detrimental to my mental wellbeing
so uh when i do the following code in modu (most epicest language):
import "math" as math;
math.div(1,2);
i get:⚠️ div takes 2 arguments Traceback (most recent call last): File "<stdin>", line 3 Belive this is a bug? Report it: https://mateishome.page
while i expect to get:No output
please help me this is detrimental to my mental wellbeing