阅读背景:

Python编程 从入门到实践 第四章 作业参考答案 (部分)

来源:互联网 

4-2 动物

animals = ["dog","cat","panda","squirrel"]
for a in animals:
    print(a.title())
for a in animals:
    print("A",a,"could be so cute!")

print("Any of these could be a cute icon!")
animals = ["dog","cat","panda","squirr



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: