#!/usr/local/bin/python3 import random; print(random.choice(["dan", "ralt"]))