ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
使用一个for循环来访问一个列表 ``` cats = ['manx','tabby','calico'] for cat in cats: print "that's a nice {} you have there!".format(cat) ```