diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py index ddce1d6..9fc638d 100644 --- a/proj/y2t/y2t.py +++ b/proj/y2t/y2t.py @@ -3,7 +3,7 @@ import sys import os with open ("output/hello.txt", 'w') as file: - file.write("hello file") + file.write("hello file check 2") url = sys.argv[1] lang = sys.argv[2]