I have to modify a string by replacing the alphabetical letter by a given integer of letters. For example, abcde with mod_int (modifying integer) 1 would be bcdef. I'm confusing myself because I'm using letters instead of numbers, please help or maybe give some guidance of what my next step should be. My for statement isn't if insisted, but that is my attempt at making it loop back over when it gets to 26. If you could input some advice I would really appreciate it :)