Computer Science, asked by Siddhartpratapsingh, 8 months ago

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 jasmeet01
0

Answer:

don't worry ask Google baba

Similar questions
Math, 1 year ago