Reading and Writing Data with Pandas

Try it: Python Files Question 1: Write a Python program that writes to the file test.txt the numbers from 20 to 10 in descending order. Question 2: Write a Python program that reads your newly created test.txtfile line by line and only prints out the value if it is even. Question … ................
................