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 e75ede6 commit 4c4052bCopy full SHA for 4c4052b
app.py
@@ -1,4 +1,5 @@
1
import os
2
+import math
3
print("hello " + name)
4
print("text after commit")
-line added after staging the secondapp.py
5
+print(math.sqrt(9))
0 commit comments