请问如果我这样写了个print,我该怎么运行查看print的结果

请问如果我这样写了个print,我该怎么运行查看print的结果

img

调用chart_bar就可以在打印台看到信息

你可以调用一下那个函数,或者你把函数里面的东西拿出来运行
可以考虑在information后面加个字符串之类的( 比如print(information, "a") ),帮助你识别一下。