Skip to content

Instantly share code, notes, and snippets.

@hamaguchi-amago
Created December 26, 2022 11:58
Show Gist options
  • Save hamaguchi-amago/34701d0f0028367eab89671599b10354 to your computer and use it in GitHub Desktop.
Save hamaguchi-amago/34701d0f0028367eab89671599b10354 to your computer and use it in GitHub Desktop.
import math
print(math.pi)
# 上書き
math.pi = 10
print(math.pi)
@hamaguchi-amago
Copy link
Author

ブログで作成しました。

【Python】プログラム中に定数を扱う注意点
https://neko-py.com/python-constants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment