Last active
November 16, 2025 16:51
-
-
Save Winnie247/0b42276dda7bf1be5b9ae65f28621404 to your computer and use it in GitHub Desktop.
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
| print("Hello World") | |
| print("Hello Everybody") | |
| name = input("What is your name") | |
| print("Hello,",name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a Hello World gist