Question: Task 4 (10 points) Write a Python program to accept a filename from the user and print the extension of that. Task 5 (10 points)
- Task 4 (10 points)
- Write a Python program to accept a filename from the user and print the extension of that.
- Task 5 (10 points)
- Write a Python program to calculate the length of a string.
- Task 6 (15 points)
- Write a Python program to get a string made of the first 2 and the last 2 chars from a given a string. If the string length is less than 2, return instead of the empty string.
- Example: 'cybersecurity' > Expected Result: 'cyty'
- Write a Python program to get a string made of the first 2 and the last 2 chars from a given a string. If the string length is less than 2, return instead of the empty string.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
