test1.git


007aefe | keep question by DSCI Web | 2026-09-16 18:20:15
diff --git a/req.py b/req.py
index ac82359846111425b15239d2900b78ed65fe4fe7..6804b2018ec581f9cb4d39b664a65de75ff2f525 100644
--- a/req.py
+++ b/req.py
@@ -15,6 +15,11 @@ else:
     decoded_message = "Please create DSCI pipeline for typical Python project"
 
 
+file_path = Path.home() / "artifacts/question.txt"
+
+with open(file_path, "w", encoding="utf-8") as file:
+    file.writelines(decoded_message)
+    
 print("===")
 print(decoded_message)
 print("===")