Alright so I was not sure exactly how to say this, but here is the idea. I have a graph or table I guess you could call that looks like this.
print '''
-----------------------------
|
|
|
|x
|
|
|
|-----------------------------
'''
Then I want to make a change to where x is for example moving it down twice.
How would I go about this without having the first table appear?