【发布时间】:2019-07-16 13:53:49
【问题描述】:
请问如何让这个打印 eta 符号?目前它只返回 $\eta$ 而不是实际的字母。
print(r'The conversion factor from z to $\eta$ is %a' %round(n,4))
【问题讨论】:
-
从字符表中找到您想要的符号并复制它。我怀疑您不想要字母 Η 或 η,而是一些数学符号,例如 ???? ????等。我只是输入了字母,然后从维基百科页面复制了符号。
标签: python python-3.x string unicode python-unicode