Augmented Assignment : Introduction : Introduction PYTHON TUTORIALS


PYTHON TUTORIALS » Introduction » Introduction »

 

Augmented Assignment


m = 12
m %= 7
print m
m **= 2
print m
aList = [123'xyz']
aList += [45.6e7]
print aList



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Introduction
» Introduction