Exerpad
Exercise 7 · Chapter: String ManipulationRequired+50 XP

File Extension Checker

Read a filename. If it ends with .py, print Python file. If it ends with .txt, print Text file. Otherwise, print Unknown file type.

Example:

Input:

script.py

Output:

Python file
Need a hint?
3 available · costs 5 XP each
python

Output
Run your code to see the output here.