Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.51 KB | None | 0 0
  1. X = int(input())
  2. Y = int(input())
  3. if X = 1 and Y = 1:
  4.     print("клетка чёрная")
  5. if X = 1 and Y = 2:
  6.     print("клетка белая")
  7. if X = 1 and Y = 3:
  8.     print("клетка чёрная")
  9. if X = 1 and Y = 4:
  10.     print("клетка белая")
  11. if X = 1 and Y = 5:
  12.     print("клетка чёрная")
  13. if X = 1 and Y = 6:
  14.     print("клетка белая")
  15. if X = 1 and Y = 7:
  16.     print("клетка чёрная")
  17. if X = 1 and Y = 8:
  18.     print("клетка белая")
  19. print()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement