# Introduction In this challenge, we will be working on string manipulation in Python. Our goal is to extract numbers greater than 5 from a given file and print them out individually. We will be using the `open` function to read the contents of the file, extracting the desired numbers, and then concatenating them into a new string for printing. The challenge must be implemented in Python 3, using relative paths to access the file, and the expected output should consist of the extracted numbers.
Click the virtual machine below to start practicing