Write a python program to print the seventh table and store in file.
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?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment