Created
March 25, 2026 22:31
-
-
Save qhuang20/6d979a429db853099a37170c8e90f92a to your computer and use it in GitHub Desktop.
我的第一个 Gist,记录一下代码生涯的第一次
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
| def developer_life(): | |
| print("Hello World!") | |
| print("Wait, why is it not working?") | |
| print("Oh, I missed a colon.") | |
| print("Okay, now it works. I am a genius.") | |
| developer_life() | |
| --- | |
| # ┐( ̄ヘ ̄)┌ | |
| # 我也不知道写什么, | |
| # 但我就是想占领 GitHub 的一小块硬盘空间。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment