open_in_new
content_copy
a, b, c = 5, 3.2, 'Hello' print (a) # prints 5 print (b) # prints 3.2 print (c) # prints Hello