From 730254463b76597c841151db75f425f7f0881c82 Mon Sep 17 00:00:00 2001 From: Pelu123456 Date: Sat, 8 Oct 2022 23:09:49 +0700 Subject: [PATCH] Modify helloworld.py file --- helloworld.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 00000000..18e8e1f1 --- /dev/null +++ b/helloworld.py @@ -0,0 +1,3 @@ +#!/usr/bin/python3 +print("hello world") +print("hello Git")