Question: could someone help with this one question concerning python? 4. Write a function right justify that takes an input string (whose length is less than

4. Write a function right justify that takes an input string (whose length is less than 60) and returns a new string that has inserted enough spaces to the left of the input string so that it now has length 60. For example, right justify('hello') should return hello and right justify('Christian Brothers University) should return Christian Brothers University Both these ontputs are strings of length 60
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
