I'm trying to run a code in VSC that inputs a string and changes every vowel to 'p' letter.
It works most of the time but sometimes it inputs everything in terminal (like file path) and changes all vowels to 'p'.
The word I entered:Hello
Expected result:Hpllp
Actual result:Hpllp & C://...../pythpn/pythpn39/pythpn.pxp
How can I fix it?