From 5afd2539d73b43598b45bf62063860533677db23 Mon Sep 17 00:00:00 2001 From: sheenmark <43052491+sheenmark@users.noreply.github.com> Date: Fri, 7 Sep 2018 15:16:48 +0800 Subject: [PATCH] update new sample1 --- sample1.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sample1.py diff --git a/sample1.py b/sample1.py new file mode 100644 index 0000000..ca3b91b --- /dev/null +++ b/sample1.py @@ -0,0 +1,4 @@ +a = "My world " +b = "Our World" + +print(a+b)