Answers for "const in python 3"

0

const in python 3

You cant make a constant in Python like in other languages so just dont edit the variable and
give it a name with ALL_CAPS and a comment saying it is a constant
Posted by: Guest on March-15-2022

Python Answers by Framework

Browse Popular Code Answers by Language