diff --git a/Python/python one video/main.py b/Python/python one video/main.py index 9908ab7..65ee6bf 100644 --- a/Python/python one video/main.py +++ b/Python/python one video/main.py @@ -1,4 +1,4 @@ - +# this is the way to print hello world . i = 10 print(i) print("Hello World\n")