The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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 


Messages In This Thread
Casio fx-CG-50 Python Import Error? - toml_12953 - 04-03-2020 03:32 PM



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