Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. shiplocation = input("Place your ship from his center ")
  2. x_coordinate = int((shiplocation-1)*70)
  3. y_coordinate = int((shiplocation-1)*60)
  4. rect(x_coordinate*3,y_coordinate,70,60)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement