# we use indentation rather than brackets to present domain for place in places: print(place.title()+", this is the most beautiful place i hava seen") print("i am waiting for the the next time to see you:"+place.title()+".\n")
Python中表示域,不用括号,而是缩进!!!!
单行注释用#
原文:https://www.cnblogs.com/shaonianpi/p/9457788.html