New in python and really stuck on this exercise:
Marvin should ask for a string and print a new string where each character has been incremented by
1and is separated by"-"
Example: input: "ape" output: "a-pp-eee"
FYI, it's translated from swedish, if there are any weird wordings.