Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Is Substring
Python Code Challenge
9 -
Write a program that prompts the user for two strings, and then checks if the second string is a substring of the first.
Python
Data Types
Strings