# your code goes heretaken_asks = 5taken_asks -= bool(taken_asks)print(taken_asks) taken_asks = 0taken_asks -= bool(taken_asks)print(taken_asks)
Standard input is empty
4 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!