Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Last active October 1, 2021 16:53
Show Gist options
  • Save moulik-source/1f0f18a0afa69f3d28e8014c0f6f6ae9 to your computer and use it in GitHub Desktop.
Save moulik-source/1f0f18a0afa69f3d28e8014c0f6f6ae9 to your computer and use it in GitHub Desktop.
Hello world python
#printing hello world in python
print("Hello world")
print('Hello world')
#it's wrong 👇🏽
print("Hello world')
print('Hello world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment