python从入门到实践习题_Python编程:从入门到实践(3.2章练习题)
3-4 嘉宾名单guests = ['jack','john','ocean']print("Hello , "+guests[0]+" ! Can you have dinner with me this evening ?")print("Hello , "+guests[1]+" ! Can you have dinner with me this evening ?")print("Hel...