Post Reply 
Casio fx-CG-50 Python Import Error?
04-03-2020, 03:32 PM
Post: #1
Casio fx-CG-50 Python Import Error?
On my fx-CG50, this works
Code:
import math
print(math.sqrt(2))

but this doesn't:
Code:
from math import *
print(sqrt(2))

Does it work for anyone else?

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)