Sample
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: |
#r "Python.Runtime.dll" #r "FSharp.Interop.PythonProvider.dll" open FSharp.Interop //Python.math.sin Python.math.pi //Python.math.cos Python.math.pi Python.math.pi Python.os.curdir |
namespace Python
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: |
#r "Python.Runtime.dll" #r "FSharp.Interop.PythonProvider.dll" open FSharp.Interop //Python.math.sin Python.math.pi //Python.math.cos Python.math.pi Python.math.pi Python.os.curdir |