()
| 111 | |
| 112 | |
| 113 | def CNB2(): |
| 114 | if y[6] <= 8: |
| 115 | separator() |
| 116 | |
| 117 | print("WARNING!!!!!!!!!!!!!!!!!!!!!!!") |
| 118 | print("NO. OF THIS BOOK IS LOW", "\tONLY", y[6], "LEFT") |
| 119 | |
| 120 | else: |
| 121 | separator() |
| 122 | |
| 123 | print("NO. OF BOOKS LEFT IS ", y[6]) |
| 124 | |
| 125 | |
| 126 | separator() |
no test coverage detected