def resolveLowercase(infile,outfile):
output=file(outfile, 'w')
for line in file(infile):
if not line[0] in 'abcdefghijklmnopqrstuvwxyz":
output.write(line)
output.close()
showing (indented block)
please help me right answer only
how to correct it please tell me
Answers
Answered by
0
Answer:
don't worry ask Google baba
Similar questions