29 Jan Sunday 9:45 Python Homework 01.27.
Question 1: Create a Tank object which have the attributes of: name direction(up/down/left/right) x position and y position The Tank object also have a method: move (direction, steps) Using __init__ to Initial the tank to make sure it start from x position of 0 and y position of 0 Print...