Student = {"Name": "Prayag", "fee": 29, "rno":15,"tutor":"AIMTOCODE", "course":"Python"} print("--- Student details ---") print(Student)