希腊小写字母 python
Greek lower case letters python
我们如何在python中使用希腊小写字母:(或工程中的unicode符号)
喜欢这张图片:
据我所知,β 等...就像其他英文字母一样。我虽然是一封特殊的信,但我不能像其他人那样写,因为笔记本电脑的关键字中没有。
不需要再做任何事情了。只需使用那个字符!
参见:
C:\>python
Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> β=100
>>> print(β)
100
>>>
要使用特殊字符,您可以在window中搜索Character Map
并使用此工具。
或者像这样使用任何网站:https://www.online-toolz.com/tools/character-map.php
只需复制并粘贴字符即可。
我们如何在python中使用希腊小写字母:(或工程中的unicode符号)
喜欢这张图片:
据我所知,β 等...就像其他英文字母一样。我虽然是一封特殊的信,但我不能像其他人那样写,因为笔记本电脑的关键字中没有。
不需要再做任何事情了。只需使用那个字符!
参见:
C:\>python
Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> β=100
>>> print(β)
100
>>>
要使用特殊字符,您可以在window中搜索Character Map
并使用此工具。
或者像这样使用任何网站:https://www.online-toolz.com/tools/character-map.php
只需复制并粘贴字符即可。