Skip to content

Commit 4c4052b

Browse files
committed
app.py updated by second dev
1 parent e75ede6 commit 4c4052b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
import math
23
print("hello " + name)
34
print("text after commit")
4-
line added after staging the secondapp.py
5+
print(math.sqrt(9))

0 commit comments

Comments
 (0)