bucket = Bucket(63) print("Initial',bucket) fll(bucket,133) print("Filled',bucket) if deduct(bucket,99): print("Had 99 quota") else: print("Not enough for ...
確定! 回上一頁