Spaces:
Sleeping
Sleeping
Update second.py
Browse files
second.py
CHANGED
|
@@ -43,4 +43,4 @@ if os.path.exists("output2.txt"):
|
|
| 43 |
print("Content of output2.txt:")
|
| 44 |
print(content)
|
| 45 |
else:
|
| 46 |
-
print("output2.txt does not exist.")
|
|
|
|
| 43 |
print("Content of output2.txt:")
|
| 44 |
print(content)
|
| 45 |
else:
|
| 46 |
+
print("output2.txt does not exist.")
|