def fence_remover():
global fences
name = input("Which fence do you want to remove? ")
if name in fences:
fences.remove(name)
*** Edit ***
Please use code tags when posting code.
This post has been edited by GunnerInc: 25 June 2012 - 06:43 PM
Reason for edit:: Removed broken font tags, added code tags

New Topic/Question
Reply



MultiQuote







|