diff --git a/CSE16234_ex3_writing.py b/CSE16234_ex3_writing.py
new file mode 100644
index 0000000000000000000000000000000000000000..2dc3ec6c599a25548739069f2e4f532ced28e221
--- /dev/null
+++ b/CSE16234_ex3_writing.py
@@ -0,0 +1,2 @@
+open_file = open('try.txt', 'w')
+open_file.write('Yolo')