Question: 5. By using JSON write a python code for output below* 20 points {name: Apollo, age: 24, city: Kangar} Your answer 6. Based on question

5. By using "JSON" write a python code for output below* 20 points {"name": "Apollo", "age": 24, "city": "Kangar"} Your answer 6. Based on question 5, write a code which will display the city only in your 20 points output. [hint json] * Kangar Your answer 7. What is the function of os.remove in python * 10 points import os os.remove("demofile.txt")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
