diff --git a/hello.py b/hello.py index 45b983be36b73c0788dc9cbcb76cbb80fc7bb057..fb9ece1223b4645bb7691b46466c1741aac5828f 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ -hi +h = "hello" +print(h)