diff --git a/helloworld.py b/helloworld.py index a652b9a..1c6ab8d 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1 +1,3 @@ -print "Hello, World!" \ No newline at end of file +print "Hello, World!" +print(f"Hello World") +# its called formatted string in python