Based on the provided instruction, here is the translation of the Go code example into Python, written in Markdown format suitable for Hugo.
Python supports constants, as you can define variables with fixed values that cannot be changed.
To execute this Python script, save the code in a file, for example constants.py, and run it using the Python interpreter.
Constants in Python can be useful for maintaining fixed values in your program, ensuring that these values do not get changed throughout the code. This helps in creating more stable and predictable programs.