Created
October 6, 2021 18:41
-
-
Save justsasri/a23c13b7d6e5a46f473a4f57673e9970 to your computer and use it in GitHub Desktop.
Greeting in Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Simple Greeting in Python | |
| text = "Hello Universe" | |
| print(text) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment