# Introduction In this challenge we are going to implement a program that skips numbers that are multiples of a given number `x` and numbers that contain the digit `x`. We need to write code in the `jumpx.py` file to return a list of numbers from 1 to 100 inclusive that satisfy this condition. The aim is to complete the code to produce the desired output, as shown in the image provided.
Click the virtual machine below to start practicing