Last active
January 17, 2024 06:19
-
-
Save smetroid/09784455d79e43f72cc962ab682cebc0 to your computer and use it in GitHub Desktop.
test1 python main screen
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
| main(): | |
| print("hello world") | |
| if function == "__main": | |
| main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment