开发者

Does code written in IronPython work in IDLE

I am trying to choose an IDE for Python. I like IronPython and want to inqui开发者_JAVA百科re if the code written in IronPython can run in a normal Python shell like IDLE


Most Python code should work cross-platform, cross-IDE as at heart they all use the same interpreter (although versions may differ). Your IDE should only edit and run programs and will not affect the code you write.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜