python 3 multiple assignment same value code example
Example 1: how to assign a value to multiple variables in python
r = kindle = H = 24
#The Three Variables Are All Equal To 24
Example 2: assign three variables in python in one line
var1, var2, var3 = 1, 'superman',3.7