Computer Science, asked by hp1397, 5 months ago

definition of type consistant in python​

Answers

Answered by Anonymous
2

Answer:

In Python, constants are usually declared and assigned in a module. Here, the module is a new file containing variables, functions, etc which is imported to the main file. Inside the module, constants are written in all capital letters and underscores separating the words.

Answered by aaryapatil56
1

Constants are fixed values that do not change during the execution of a program. Their properties are very much same as those in Mathematics. Python supports two types of constants that are listed below: 1.Oct 15, 2016

Similar questions