Extracting User Input Information (Challenge)

# Introduction In this challenge, we will implement a script that takes a string input from the user and extracts integers from it, treating any character other than 0-9 as a delimiter. The objective is to write code that can accurately identify and extract integers from user input, using regular expressions. The script should not contain any numbers and the expected output should display the extracted integers. Refer to the Requirements section for more details.

|60 : 00

Click the virtual machine below to start practicing