diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..9242505 --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("hello python world !!!")