diff --git a/Hello python b/Hello python new file mode 100644 index 00000000..ed786577 --- /dev/null +++ b/Hello python @@ -0,0 +1,2 @@ +a='Hello world' +print(a)