只在此山中,雲深不知處


聽首歌



© 2018 by Shawn Huang
Last Updated: 2018.5.27

Python -- print()

頭前 轉厝 後壁

print()

使用逗點分開

使用+連結

使用"{}".format() >> "pi = {:.2f}".format(math.pi)

new使用f"{}" >> f"{math.pi:.2f}"

在內計算

Escape sequence