We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e462d72 + 6639149 commit 935a11fCopy full SHA for 935a11f
hello.py
@@ -1 +1,4 @@
1
-print(hello good sir)
+def print1():
2
+ print("hello good sir")
3
+
4
+print1()
0 commit comments