Question: Given a string, return a new string made of 3 copies of the last 2 chars of the original string. The string length will be

Given a string, return a new string made of 3 copies of the last 2 chars of the original string. The string length will be at least 2.
extra_end('Hello')-> 'lololo'
extra_end('ab')-> 'ababab'
extra_end('Hi')-> 'HiHiHi'

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!