| Hosted by CoCalc | Download
@interact def square(num=2): print "{} squared is {}".format(num, num*num)
Interact: please open in CoCalc