seven_seg=lambda x:'\n'.join([''.join([' _|_| |_   _  |'[int(d[int(i)])*2:][:3]for i in x])for d in'5455455555','2600133611','1630601610'])
