Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created April 24, 2020 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Celia-code/a044ba82eaf83408447e266d7cad1b1a to your computer and use it in GitHub Desktop.
Save Celia-code/a044ba82eaf83408447e266d7cad1b1a to your computer and use it in GitHub Desktop.
數值
# pow(x, y)
# 返回 x 的 y 次方
print(pow(2,3))
# 打印出8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment