04-03-2020, 03:32 PM
On my fx-CG50, this works
but this doesn't:
Does it work for anyone else?
Code:
import math
print(math.sqrt(2))
but this doesn't:
Code:
from math import *
print(sqrt(2))
Does it work for anyone else?