📝Variables are used to store and manage data in Swift.
🔢Data types like strings, integers, floats, and booleans are used to define the type of data that can be stored in variables.
🔀Variables can be assigned different values, even values of different data types.
💡Constants are variables whose values cannot be changed once assigned.
🔣Variables can be assigned values using the assignment operator (=).