Question #285783

Write a python program to print the seventh table and store in file.


Expert's answer

f = open("demo.txt", "a")
for i in range(1,11,1):
  f.write(str(7*i)+"\n")
f.close()

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS