From 3450143b51612b3e4072a94147f0c001e83adfce Mon Sep 17 00:00:00 2001 From: VZhigalov Date: Fri, 5 Apr 2019 21:03:19 +0300 Subject: [PATCH 1/2] First_push --- 1byValy.py | 1 + hello_world.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 1byValy.py diff --git a/1byValy.py b/1byValy.py new file mode 100644 index 0000000..c7a8b6b --- /dev/null +++ b/1byValy.py @@ -0,0 +1 @@ +import cv2 diff --git a/hello_world.py b/hello_world.py index 6d95fe9..a168282 100644 --- a/hello_world.py +++ b/hello_world.py @@ -1 +1,2 @@ -print("Hello world") \ No newline at end of file +import cv2 +print("Hello world") From cf05b48982e1de21aeef5f3065f18306bcef9fd3 Mon Sep 17 00:00:00 2001 From: VZhigalov Date: Fri, 5 Apr 2019 21:28:34 +0300 Subject: [PATCH 2/2] First_push --- hello_world.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello_world.py b/hello_world.py index a168282..d5718f8 100644 --- a/hello_world.py +++ b/hello_world.py @@ -1,2 +1,3 @@ import cv2 -print("Hello world") +print("Hello") +print("Kids") \ No newline at end of file