Post Reply 
Integration in Python
05-08-2021, 05:34 PM
Post: #3
RE: Integration in Python
(05-08-2021 04:45 PM)robmio Wrote:  gg=caseval("int(x,x,xx,yy)")

You need to interpolate the string

>>> xx, yy = "0", "3"
>>> "int(x, x, {0}, {1})".format(xx,yy)
'int(x, x, 0, 3)'
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Integration in Python - robmio - 05-08-2021, 04:07 PM
RE: Integration in Python - robmio - 05-08-2021, 04:45 PM
RE: Integration in Python - Albert Chan - 05-08-2021 05:34 PM
RE: Integration in Python - robmio - 05-08-2021, 07:16 PM
RE: Integration in Python - robmio - 05-08-2021, 07:42 PM



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