0 of 15 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Your time:
Time has elapsed
Good work attempting the practice problems!
Please leave a comment below if you require any clarifications or send an email to [email protected] if you have any comments about this quiz.
You have completed this lesson!
Write a python program that opens a file in read mode?
This response will be reviewed and graded after submission.
Write a python program to open a file in read mode and prints the content of the file?
This response will be reviewed and graded after submission.
Write a python program to open a file in write mode?
This response will be reviewed and graded after submission.
Write a python program that opens a file to write a string into the file?
This response will be reviewed and graded after submission.
Write a python program that takes a string as input from the user and appends the string at the end of a file?
This response will be reviewed and graded after submission.
Write a python program that copies the content of a file into another file with different name?
This response will be reviewed and graded after submission.
Write a python program that displays only the first sentence of a file?
This response will be reviewed and graded after submission.
Write a python program that counts the number of letter, number or special character present in a file?
This response will be reviewed and graded after submission.
Write a python program that counts the number of special characters only in a file?
This response will be reviewed and graded after submission.
Write a python program that copies the content of one file to another a adding the special character “@” before each word?
This response will be reviewed and graded after submission.
Write a python program that takes words as arbitrary arguments and write those words into a file?
This response will be reviewed and graded after submission.
Write a python program that takes name and age of a person as key value pair using arbitrary argument and store them into a file?
This response will be reviewed and graded after submission.
Write a python program that takes different file names as arbitrary argument list and reads the content of the file?
This response will be reviewed and graded after submission.
Write a python program that uses packing and unpacking to take values in a function and unpacks them and write them into a file?
This response will be reviewed and graded after submission.
Write a python program that is used for packing of dictionary values passed through a function and write them into a file?
This response will be reviewed and graded after submission.