Python 3在线解释器/ Shell

问题:Python 3在线解释器/ Shell

是否有使用Python 3 的在线解释器,例如http://codepad.org/http://www.trypython.org/

回答

由于问题已经结束,因此我在这里给出另一个答案。

Wandbox提供了多种语言的在线REPL,包括Python 2.x和3.x,C ++和Java。

Is there an online interpreter like http://codepad.org/ or http://www.trypython.org/ which uses Python 3?

Answer

Since the question is closed, I give another answer here.

Wandbox offers online REPLs for many languages, including Python 2.x and 3.x, C++ and Java.


回答 0

Ideone支持Python 2.6和Python 3

Ideone supports Python 2.6 and Python 3


回答 1

我最近在CompileOnline遇到了Python 3解释器。

I recently came across Python 3 interpreter at CompileOnline.