What's ending comma in print function for?

后端 未结 4 1795
小鲜肉
小鲜肉 2020-11-27 19:48

This code is from http://docs.python.org/2/tutorial/errors.html#predefined-clean-up-actions

with open(\"myfile.txt\") as f:
    for line in f:
        print          


        
4条回答
提交回复
热议问题