0% found this document useful (0 votes)
40 views1 page

First Program

The document outlines a code snippet for creating a file to write employee data. It includes a loop for inputting the joining date of employees and placeholders for data handling and file operations. The code is incomplete and requires specific implementations for file creation, data formatting, and file closure.

Uploaded by

dunugunu9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

First Program

The document outlines a code snippet for creating a file to write employee data. It includes a loop for inputting the joining date of employees and placeholders for data handling and file operations. The code is incomplete and requires specific implementations for file creation, data formatting, and file closure.

Uploaded by

dunugunu9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

#create a file to write data into employee data file

fout=___________________
for i in range(5):
doj=input("enter joining date")
data=___________
_____________#write statement
__________#close statement

You might also like