IronPython — Easy Playground
Python running on .NET/CLR; interoperate with C# and .NET libraries
What is IronPython?Run locally
Install
https://ironpython.net/download/Python CodeRun locally
IronPython is python running on .net/clr; interoperate with c# and .net libraries. It provides an alternative way to run Python code.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?