79527447

Date: 2025-03-22 12:41:07
Score: 2
Natty:
Report link
s = input().strip() 

if 'm' in s:
    print('No')
else:
    print('Yes')
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bobby Sharif