Code has been added to clipboard!

Storing Multiple Variables Without Using Python Array

Example
car1 = "BMW"
car2 = "Audi"
car3 = "TOYOTA"
car4 = "NISSAN"