Sobes.tech
Senior

# The input is a string, and the output should be a list of numbers from the string: # Example: # Input: "df12fhfj1jja56jdjdg999" # Output: [12, 1, 56, 999]

# The input is a string, and the output should be a… - sobes.tech