Guest User

Untitled

a guest
Jul 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def quantity(): # <1>
  2. try:
  3. quantity.counter += 1 # <2>
  4. except AttributeError:
  5. quantity.counter = 1 # <3>
Add Comment
Please, Sign In to add comment