Post Reply 
Sharing Variables between Python and HPppl
05-17-2022, 03:26 PM (This post was last modified: 05-17-2022 03:37 PM by matalog.)
Post: #3
RE: Sharing Variables between Python and HPppl
It doesn't seem to.

Code:
 
from hpprime import *
#...............................
 return ans;
 # RQ7(ans);
  print("eval(RQ7(ans))").

ans is my final variable from the python program, but that above code (without # or not) doesn't print RQ7(ans) or run it, it takes a long time to run and I would have seen it.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Sharing Variables between Python and HPppl - matalog - 05-17-2022 03:26 PM



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