1 line
55 B
Python
1 line
55 B
Python
print("Success!" if int(input()) > 5 else "Oh My God!") |
print("Success!" if int(input()) > 5 else "Oh My God!") |