From 9da155a1f16133b06430b0fcc3ef901bac1f7c9d Mon Sep 17 00:00:00 2001 From: ayubshahab63 Date: Thu, 16 Jul 2020 19:08:14 +0500 Subject: [PATCH] change in type work branch --- data_first_task.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data_first_task.py b/data_first_task.py index 245d38f..68a8b93 100644 --- a/data_first_task.py +++ b/data_first_task.py @@ -2,4 +2,5 @@ first_data.write("\nthis is a first text") with open("first task.py","r") as second: content_read = second.read() -print(content_read) \ No newline at end of file +print(content_read) +shahab \ No newline at end of file