I’ve come across this question while doing Python practice questions, and it’s got me confused.
'Write a function called gregs_e_tagger
that takes a string as an argument and inserts "greg"
in the middle of the string, and then returns the new “greg-i-fied” string.
For odd length strings, consider the “middle” to be left of the middle character.’
Could someone please help me in how I could go about doing this?