PyConstants/ProofOfConcept/runme.py

9 lines
116 B
Python
Raw Normal View History

2021-05-11 21:01:56 +02:00
from const import const
# Create a new constant
const .a = 5
print(a)
# Let's try to assign something to it
a = 6