Embed presentation
Download to read offline





Variables are used to store data in memory and are assigned values using the equal sign. Variable names must start with a letter or underscore, cannot start with a number, and can only contain alphanumeric characters and underscores. Variable names are case-sensitive. There are immutable data types like numbers, strings, and tuples whose values cannot be changed, and mutable types like lists, dictionaries, and sets that allow values to be changed.




