I know this was already asked by other person but i never understood the code and i guess this one is a bit different. So i need a code in my python program that removes 5 points from the variable "points". For example: if password is qwert123 then there are 3 combinations "qwe", 'wer',"ert" and 15 points are removed. Please help me, i need it in a simplest language as possible so i could understand it. Thank you a lot!
user_password = input()
password = int(len(user_password))