← Back to List

34945번: 채플이 너무해 ↗

Solutions

Python 3
61 B | 61 chars
n=int(input())
print("Success!" if n >= 6 else "Oh My God!")