We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1299b2 + 089256f commit 5b7d316Copy full SHA for 5b7d316
1 file changed
components/rsptx/data_types/language.py
@@ -3,6 +3,7 @@
3
4
class LanguageOptions(Enum):
5
PYTHON = ("python", "Python (in browser)")
6
+ PYTHON3 = ("python3", "Python (server)")
7
JAVA = ("java", "Java")
8
CPP = ("cpp", "C++")
9
C = ("c", "C")
0 commit comments