79803109

Date: 2025-10-28 17:37:54
Score: 2
Natty:
Report link
string = input('Input your string : ')
for i in string[0::2]:
    print(i)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Meissam