Day-1 Printing to console
Printing to console is the first thing to learn in Python
The statement to print Hello world looks like this:
print("Hello, world")
Here prints tells that it needs to print a string
Then brackets, it tells that it is not a command
And these"" strings