Write a Python function InsertRecord() to insert and Display() to display records of ‘L’ block
members of the society in a “Members.dat” file containing name, Block Number and contact number
using a dictionary.
Answers
Answered by
2
a function is a block of code which only runs when it is called you can pass data known as parameters into a function a function can return data as a result
Similar questions