Add .= as a method return value assignment operator

Sept. 27, 2018
8:48 p.m.
It would not call randrange twice. Consider existing Python behavior: def foo(): print("foo") return 0 l = [7] l[foo()] += 1 # output: "foo", but only once print(l) # l == [8] Sent from my iPhone
2365
Age (days ago)
2365
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Lu