这个文件有什么问题,它显示了缩进错误?(它不起作用,请帮忙)

发布于 2025-01-10 03:38:02 字数 1468 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奢望 2025-01-17 03:38:02

将第 7,8,9,10 行替换为以下代码:

mydb = mysql.connector.connect(user='root', password='',
host='localhost'
database='hotel'
mycursor=mydb.cursor()

Replace the line 7,8,9,10 with the code below:

mydb = mysql.connector.connect(user='root', password='',
host='localhost'
database='hotel'
mycursor=mydb.cursor()
睫毛溺水了 2025-01-17 03:38:02

修复第 8、9 行的缩进,只需删除该行的第一个空格并使用 IDE,您的代码充满了错误,您应该学习基础知识,而不是从某个地方复制代码

Fix the indentation on line 8 , 9 just remove the first white space on that line and use an IDE your code is full of mistakes you should learn the basics rather than copying the code from somewhere

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文