# Introduction In this challenge, we will create a function to count the number of times a substring appears within a string. The user will input two strings, and the program will output the frequency of the second string within the first. The result will be displayed on the console.
Click the virtual machine below to start practicing