fork download
  1. a = int(input())
  2. b = 7-a
  3. print(b)
Success #stdin #stdout 0.1s 14020KB
stdin
4
stdout
3