#5 - Introduction to Python: Constants

Опубликовано: 21 Октябрь 2024
на канале: Edujo
317
2

In this video, I will introduce you to another type of variable, namely Constants. They are basically the same as variables, but we treat them using a specific standard in coding.
You will also learn how to cast (convert) variable data from the Float data type to the String data type.
As an extended extra, I will also show you how to code suing Unicode characters to write String in superscript and we will have another example of Concatenation (joining of characters)