From cb0bf7968bbc8d17e16f8c1eabce27d8d48a168f Mon Sep 17 00:00:00 2001 From: 15225459445 Date: Fri, 30 Aug 2019 14:49:43 +0800 Subject: [PATCH] Create 1001S02E02_hello_python.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 创建了一个Python文件,文件内容是写了一个输出‘你好,世界’的函数 --- exercises/1901100367/1001S02E02_hello_python.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 exercises/1901100367/1001S02E02_hello_python.py diff --git a/exercises/1901100367/1001S02E02_hello_python.py b/exercises/1901100367/1001S02E02_hello_python.py new file mode 100644 index 000000000..f8afef9c0 --- /dev/null +++ b/exercises/1901100367/1001S02E02_hello_python.py @@ -0,0 +1 @@ +print('hello,wowrd') \ No newline at end of file