python编程从入门到实践(第二版)第六章习题答案6.7-6.11

6.7

friend_0 = {'first_name':'hao','last_name':'zeng yao','age':22,'city':'He zhe'}
friend_1 = {'first_name':'zhang','last_name':'yu','age':22,'city':'Ji nan'}
friend_2 = {'first_name':'yuan','last_name':'hao','age':21,'city':'Ji nan'}

friends = [friend_0,friend_1,friend_2]
for friend in friends:
    print(friend)

6.8

pet_0 = {'type': 'dog','The host name': 'Tom'}
pet_1 = {'type': 'cat','The host name': 'john'}
pet_2 = {'type': 'pig','The host name': 'A'}

pets = [pet_0, pet_1, pet_2]
for pet in pets:
    print(pet)

 6.9

favorite_places = {
    'alice': ['Hang zhou','Bei jing','Qing dao'],
    'david': ['Mac
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值