How to make an import command in python shell work in Jgrasp for python?
I am wondering if the Jgrasp IDE for python has any major differences from
the basic shell. I am having some issues with importing a module to Jgrasp
using a sequence that worked fine in shell:
import random
random.random()
(random number came here)
This is not working in Jgrasp, and I am wondering how i can modify it to
make it functional.
No comments:
Post a Comment