why ?imooc換shunyi不行?
result=template.format(w=world,c=china,b=beijing,s=shunyi)
Traceback (most recent call last):
? File "<stdin>", line 1, in <module>
NameError: name 'shunyi' is not defined. Did you mean: 'sunyi'?
result=template.format(w=world,c=china,b=beijing,s=shunyi)
Traceback (most recent call last):
? File "<stdin>", line 1, in <module>
NameError: name 'shunyi' is not defined. Did you mean: 'sunyi'?
舉報(bào)
2023-07-15