You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the following code, it will get stuck all the time.
Is there any solution?
c# code:
ScriptEngineengine=Python.CreateEngine();ScriptScopescope=engine.CreateScope();returnengine.Execute(@"import math def myadd(a, b): while True: a += 1 b += 1 return a + b myadd(2, 3)",scope);
The text was updated successfully, but these errors were encountered:
When running the following code, it will get stuck all the time.
Is there any solution?
c# code:
The text was updated successfully, but these errors were encountered: