79091380

Date: 2024-10-15 19:00:07
Score: 1.5
Natty:
Report link
string="a b c d e f g h"
print(len(string))
new_string=""
for letter in range(0,15):
    new_string+= string[letter].capitalize()
print(new_string)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gabi