From 82a5a854a84f42d7faa598ad8958467ae00b400d Mon Sep 17 00:00:00 2001 From: Atharva Ashok Patil <39415890+Attupatil@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:15:12 +0530 Subject: [PATCH] Create 35_translate.py --- scripts/35_translate.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/35_translate.py diff --git a/scripts/35_translate.py b/scripts/35_translate.py new file mode 100644 index 0000000..b0c2de0 --- /dev/null +++ b/scripts/35_translate.py @@ -0,0 +1,3 @@ +with open("tot.txt",mode="w") as my_file: + text=my_file.write(input("write something\n")) +