执行以下代码输出结果的是a = "Python is a beautiful language”print(a.replace("a”, "Y")) A: Python is Y beYutiful lYnguYge B: Python is a beautiful languageY C: aY D: 4
执行以下代码输出结果的是a = "Python is a beautiful language”print(a.replace("a”, "Y")) A: Python is Y beYutiful lYnguYge B: Python is a beautiful languageY C: aY D: 4
1