From b68c6c20d9aad24bf9259892e89f42a64e3c9ee9 Mon Sep 17 00:00:00 2001 From: kosurusai <71930829+kosurusai@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:06:37 +0530 Subject: [PATCH] Added print statement --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index d0e1a8a..b1bb81d 100644 --- a/hello.py +++ b/hello.py @@ -5,3 +5,4 @@ def func (: func() prin("hehe") +Print("hello")