🐵指尖猴
📚编程代码Python字符串操作
0字/分🎯0%
greeting = f'Hello, {name}!' words = sentence.split(' ') joined = '-'.join(words) upper = text.upper() stripped = text.strip() found = 'python' in text.lower()
🐵
g左手食指
ESC 暂停 退格