WeRCopyPasteDeveloper
Pages - Menu
Home
Python
Android
Advance Java
Management
My Playstore Application
Saturday, November 16, 2019
Multiple Assignment
Multiple Assignment
Python allows you to assign a single value to several variables simultaneously.
Example:
a=b=c=5
print(a)
print(b)
print(c)
Output:
5
5
5
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Mnemonic Variable Names
Mnemonic Variable Names This can confuse beginning students because well-named variables often “sound” so good. Example: x1q3z9oc...
Python Applications
Python Applications Web-Sites - Quora - Youtube - Reddit - Piterest - Yahoo Maps T...
No comments:
Post a Comment