Skip to content

Hello, world!

Published: at 01:38 PM

嘿嘿

  1. The famous mass-energy equivalence formula: E=mc2E = mc^2
  2. The quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  3. Euler’s identity: eiπ+1=0e^{i\pi} + 1 = 0
def greet(name):
    return f"Hello, {name}!"

# 测试
print(greet("World"))

Previous Post
Hello, world!