im making this game that is called PyTanks. If you want to know more about it please visit http://pythongaming.py.funpic.org/pythonmadegames.html
...
Anyway,
I ran across this problem, how do you delet or remove a letter from a string. Lets say that my string is-
string = "open sesame"
I want to remove the "n" in the string above. (letter 3 in string)
how do i do this:?: