bounslay

Untitled

Feb 7th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. label = input()
  2. rank = int(input())
  3.  
  4.  
  5. if label == 'a' or label == 'c' or label == 'e' or label == 'g':
  6.     if rank % 2 != 0:
  7.         print('dark')
  8.    
  9. else:
  10.     print('light')
Add Comment
Please, Sign In to add comment