How to pass multiple values to a single variable in Python code example
Example: how to assign a value to multiple variables in python
r = kindle = H = 24
#The Three Variables Are All Equal To 24
r = kindle = H = 24
#The Three Variables Are All Equal To 24