From 511e667d4065dd356a19bbb0bddd81a8d8c992fc Mon Sep 17 00:00:00 2001 From: Youngjin Han Date: Mon, 18 May 2020 22:09:58 +0900 Subject: [PATCH] Learning Circle : python #1 - ex1 --- .gitignore | 1 + youngjin.han/python-the-hard-way/ex1.py | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 youngjin.han/python-the-hard-way/ex1.py diff --git a/.gitignore b/.gitignore index 64f6feb..3cfcda7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /youngjin.han/dot-cdist/type/__colourful_file/file/colourful~ /youngjin.han/dot-cdist/type/__colourful_file/manifest~ /youngjin.han/dot-cdist/type/__all_in_one/manifest~ +*.py~ diff --git a/youngjin.han/python-the-hard-way/ex1.py b/youngjin.han/python-the-hard-way/ex1.py new file mode 100644 index 0000000..0dc680f --- /dev/null +++ b/youngjin.han/python-the-hard-way/ex1.py @@ -0,0 +1,8 @@ +#print("Hello World!") +print("Hello Again") +print("I like typeing this.") +print("This is fun") +print('Yay! Printing.') +print("I'd much rather you 'not'.") +print('I "said" do not touch this.') +print("Ungleich Cidst\n")