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.
1 parent 41d26bd commit 653fcd9Copy full SHA for 653fcd9
2 files changed
test/bytecode_3.8/00_double_return.pyc
326 Bytes
test/simple_source/bug38/00_double_return.py
@@ -0,0 +1,8 @@
1
+def main():
2
+ if input() == 0:
3
+ print("0")
4
+ return
5
+ if input() == 1:
6
+ print("1")
7
+ else:
8
+ printf("other")
0 commit comments