我正在学习python。我正在学习用于分配字符的字符串.format
方法,但遇到此错误:
File "<ipython-input-5-ccb10b41da2a>", line 1
print('the {d} {k} {r}' .format (d='dark' k='knight' r='rises'))
^
SyntaxError: invalid syntax
答案 0 :(得分:0)
在单词格式后,您在方括号内缺少逗号。试试这个
flutter run -d web-server --web-hostname=192.168.50.147 --web-port=5624 --local-engine=host_debug_unopt --profile -v lib\pages\splash.dart