From f1938caccab468a2a7d942a09369248d03ba1eed Mon Sep 17 00:00:00 2001 From: Pravesh <cb.en.u4cse16234@cb.students.amrita.edu> Date: Wed, 19 Dec 2018 12:43:21 +0530 Subject: [PATCH] File writing --- CSE16234_ex3_writing.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CSE16234_ex3_writing.py diff --git a/CSE16234_ex3_writing.py b/CSE16234_ex3_writing.py new file mode 100644 index 0000000..2dc3ec6 --- /dev/null +++ b/CSE16234_ex3_writing.py @@ -0,0 +1,2 @@ +open_file = open('try.txt', 'w') +open_file.write('Yolo') -- GitLab