Skip to content

Instantly share code, notes, and snippets.

@justsasri
Created October 6, 2021 18:41
Show Gist options
  • Select an option

  • Save justsasri/a23c13b7d6e5a46f473a4f57673e9970 to your computer and use it in GitHub Desktop.

Select an option

Save justsasri/a23c13b7d6e5a46f473a4f57673e9970 to your computer and use it in GitHub Desktop.
Greeting in Python
# 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