Advertisement
Guest User

Untitled

a guest
Jun 28th, 2012
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. >>> run()
  2. 1:Convert Hour/s to Minute/s
  3. 2:Convert Minute/s to Hour/s
  4. Enter choice number:1
  5. Traceback (most recent call last):
  6. File "<pyshell#24>", line 1, in <module>
  7. run()
  8. File "/Users/Drew/Desktop/H2M and M2H coverter.py", line 8, in run
  9. if (choice == 1):
  10. NameError: global name 'choice' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement