0 of 8 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 searches for all files in the current folder which contains the string “aab” in its name.
This response will be reviewed and graded after submission.
Write a python program that searches for all files in the current folder that only starts with “abab” as a sub string in its name.
This response will be reviewed and graded after submission.
Write a python program that searches for all files in the current folder that starts with “my” and has an extension “.py” as a sub string in its name.
This response will be reviewed and graded after submission.
Write a python program that finds files containing a user given word and that starts with “c” and ends with “a”?
This response will be reviewed and graded after submission.
Write a python program that checks whether a text file starts with r and ends with m and has a total length of 15 letters (including the extension)?
This response will be reviewed and graded after submission.
Write a python program that displays all the file name that having the extension “py” in the current directory and all subdirectories?
This response will be reviewed and graded after submission.
Write a python program that displays all the file name that having the extension “txt” in the current directory?
This response will be reviewed and graded after submission.
Write a python program that displays all the files with the name “python” but different extensions in the current directory and all subdirectories?
This response will be reviewed and graded after submission.