我会得到一个TypeError: Ignoring exception in on_messageFile "/app/.heroku/python/lib/python3.9/site-packages/discord/client.py", line 343, in _run_event
await coro(*args, **kwargs)
我正在使用Python2.7和Tkinter编写程序,我需要在GUI上显示可变符号。我决定使用Label对象,但需要显示alpha、beta、ohm和pi等符号。我不知道如何键入它们,更不用说让它们出现在python中了。This is where I want the Pi symbol")pilabel.pack()
我也想让字符串中的字符有下标和上标,所以如果我想写字母下标1和字母下标2,或者字母平方,我该怎么做