The Integer, Floating Point, and String Data Types - Hsanokklis/2023-2024-Tech-journal GitHub Wiki
Data Types
Variable Names
There are 3 rules to variable naming
-
it can be only one word
-
It can use only letters, numbers and the underscore character
-
It can't begin with a number
They are case sensitive