Can we assign Multiple values for a single varibale? a=1,2,3,4,5,6 * 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