Answer to Question #285783 in Python for adi

Question #285783

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


1
Expert's answer
2022-01-10T00:24:37-0500
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS