新手 请问python代码提示有关问题
新手 请教python代码提示问题Python codeimport MySQLdbconn MySQLdb.connect(hostlocalhost, user
新手 请教python代码提示问题
Python codeimport MySQLdbconn = MySQLdb.connect(host="localhost", user="root", passwd="123123", db="test")cursor = conn.cursor()count = cursor.execute('select * from student')print count
怎么打上conn.之后 弹不出来cursor 后面的cursor。只是出不来execute 不知道什么问题 没提示不太习惯
[解决办法]用过不少python开发工具但是还没找到能提示到这一步的工具,只发现交互式环境可以。