一个菜鸟的问题python3代码
for magician in magicians:
print(magician.title() + ",that was a great trick!")
print("I can't wait to see your next trick," + magician.title() + ".\n")
为什么不能打印
2019-03-18 20:45
2019-03-19 19:46
2019-03-19 20:58