VickyV
2020-09-22 15:29
result = template.format(w = world, c = china, b = beijing, i = imooc)中的“.”是什么作用
不理解怎么用的
你可以理解为调用函数,让template这个对象调用format函数,大多数编程语言里"."都可以这么理解。
对template进行format函数调用
对template执行format操作
Python3 入门教程(新版)
154167 学习 · 1075 问题
相似问题