fyears / electron-python-example

Electron as GUI of Python Applications
MIT License
2k stars 234 forks source link

Create string contains substring #38

Closed krsatyam1908 closed 3 years ago

krsatyam1908 commented 3 years ago

This program helps you to find the presence of a substring in your string. and output of the program is given below.

output: Enter a string: JavaScript is fun Enter a string that you want to check: fun The string contains fun