From 26e2e3e5826ddb11d6b2587869c921ce19cb56e1 Mon Sep 17 00:00:00 2001 From: Bob The Burger <yofihzilif@sch.bme.hu> Date: Thu, 2 Apr 2020 08:52:08 -0700 Subject: [PATCH] first task done --- first_task | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 first_task diff --git a/first_task b/first_task new file mode 100644 index 0000000..fbe1ec1 --- /dev/null +++ b/first_task @@ -0,0 +1,6 @@ +>>> def Kiiro(): +... print("gimme your name") +... txt = input() +... print(txt) +... +>>> Kiiro() -- GitLab