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")) +