| Hosted by CoCalc | Download
@interact def _(a=True, b=False): if a: print 'a' if b: print 'b'
Interact: please open in CoCalc