Return the resulting string. Sample Solution:- Python Code: def not_poor(str1): snot = str1.find('not') spoor = str1.find('poor ...
確定! 回上一頁