The Integer, Floating Point, and String Data Types - Hsanokklis/2023-2024-Tech-journal GitHub Wiki

Data Types

image

Variable Names

There are 3 rules to variable naming

  1. it can be only one word

  2. It can use only letters, numbers and the underscore character

  3. It can't begin with a number

image

They are case sensitive