Assignment.py
Question 1. A. Write a function named triple that has 1 input and return 1 value. triple(sentence) - The input sentence of the function is a string - The function returns a new string where each character of the input string sentence get repeated 3 times. For example, if the input of the funct
用户评论