Treffen vom 18. 5. 2011

Agenda

Fun with Python (works because or right-associativity of the unary + and - operators):

 a = 1
 
 a-----------------------------------a
 # Konstanten
 a+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+a
 FOO = 234
 BLA = 23434
 a-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-a
 
 print a


CategoryShownotes

PyUGAT: Treffen/2011-05 (last edited 2011-12-03 21:03:50 by thp)