assign multiple variablesin one line code example Example: assign multiple variablesin one line #Instead Of a = 1 b = ('Hello") #You Can Do a,b = 1,'Hello'