中文會報(bào)錯為啥????????
?# Enter a code
????template ="今天中午吃什么{}";?
????fan = "面條";?
????xingwei = template.format(fan);?
????print(xingwei);
?# Enter a code
????template ="今天中午吃什么{}";?
????fan = "面條";?
????xingwei = template.format(fan);?
????print(xingwei);
2022-07-19
舉報(bào)
2024-07-22
你把每行后面的分號去掉試試看
2023-04-02
有中文的得在第一行加上# coding: utf-8