Computer Science, asked by junaidanoufia, 1 month ago

write a program to create a CSV file to store employee data such as EmpId,Empname and salary. obtain data from user and write to the file. also suppress the EOL translation​

Answers

Answered by revanthkumarreddy55
0

Answer:

Python - CSV

CSV (stands for comma separated values) format is a commonly used data format used by spreadsheets and databases. The csv module in Python’s standard library presents classes and methods to perform read/write file operations in CSV format .

Explanation:

please mark me as brain list please reply to this number

Similar questions