coderbyte1 [coderbyte] First Reverse [coderbyte] First Reverse Have the function FirstReverse(str) take the str parameter being passed and return the string in reversed order.Use the Parameter Testing feature in the box below to test your code with different arguments. def FirstReverse(str): # code goes here # Note: don't forget to properly indent in Python return str[::-1] # keep this function call here print FirstReverse(raw_inpu.. 2016. 4. 8. 이전 1 다음