We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9192b4 commit b797df1Copy full SHA for b797df1
scope.py
@@ -0,0 +1,10 @@
1
+def main():
2
+ x = int(input("Input"))
3
+ if x == 5:
4
+ y = 3
5
+ print(y)
6
+ y += 1
7
+
8
9
+if __name__ == "__main__":
10
+ main()
0 commit comments