From 3d1a917c8340a8de87a71db270af074d8509bd49 Mon Sep 17 00:00:00 2001 From: Nenuzhny Date: Thu, 31 Oct 2019 13:10:38 +0300 Subject: [PATCH 1/5] initial_commit Hello world. --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..8eb74cf --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print('Hello world') \ No newline at end of file From d647b2f1ab31f1da1a5ba55870ca4351abb66428 Mon Sep 17 00:00:00 2001 From: Nenuzhny Date: Thu, 31 Oct 2019 13:19:05 +0300 Subject: [PATCH 2/5] add_adjective added some adjectives to the greeting --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8eb74cf..2256c59 100644 --- a/main.py +++ b/main.py @@ -1 +1 @@ -print('Hello world') \ No newline at end of file +print('Hello brave new world') \ No newline at end of file From 24cd431f8b9d9c2431433cda70e9b6e8c6093a46 Mon Sep 17 00:00:00 2001 From: Nenuzhny Date: Thu, 31 Oct 2019 13:13:22 +0300 Subject: [PATCH 3/5] owner_name Commit in the feature_owner_name branch. Added possibility to specify name as input string parameter. Commit amend: added another question about weather --- main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 2256c59..51803a1 100644 --- a/main.py +++ b/main.py @@ -1 +1,4 @@ -print('Hello brave new world') \ No newline at end of file +print('Please wnter your name:') +name = input() +print(f'Hello brave new {name}') +print('How is the weather like today?') \ No newline at end of file From 015ec92b153f3ee6508d0e9742cd69d610a0f8fd Mon Sep 17 00:00:00 2001 From: Nenuzhny Date: Thu, 7 Nov 2019 16:15:40 +0300 Subject: [PATCH 4/5] Added .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b28cb87 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +jpg From 30dd413f348b235796918382c7f7d1b3766d6e6c Mon Sep 17 00:00:00 2001 From: Nenuzhny Date: Thu, 7 Nov 2019 16:21:58 +0300 Subject: [PATCH 5/5] Reverted beforre adding .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b28cb87..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -jpg