const in python code example
Example 1: delcare consatnt python
# You can't, just use uppercase to identify
Example 2: how to define a constant in python
You can't define a constant in Python unlike in other language, hence you can
just make the variable all CAPS and add a comment using '#' saying that this is
a constant variable.
Example 3: str in python
#Strings or alphabets or -, +, *, /, ", :, ;, (, ) etc
#If there is a string then it means the value will be inside coates
a = 'Roger'
print(a, 'is my name')