I'm trying to do some competitive programming questions in python (example). I'm making a function in Python using Visual Studio Code but the suggestions don't include string methods like replace()
, lower()
and strip()
.
I don't know what is causing this issue and I tried every setting in Visual Studio Code. Can anyone tell me why it doesn't show the methods while other IDEs do?