🐍 Python Tip for Beginners Python allows assigning multiple variables in a single line. Small features like this make Python simple and powerful. Are you learning Python too? 🚀 #Python #Coding #LearnPython #Programming #Developer
Yes ,this is single line variable assignment Print(a) #10 print(b) #20 print (c)#30
10 20 30