gpt4 book ai didi

python - 多彩输入Python

转载 作者:行者123 更新时间:2023-12-01 01:11:09 26 4
gpt4 key购买 nike

你好,我使用 python 已经有两年了,但我仍然不知道如何制作彩色输入。例如:

                            what the user types would be green

this would be blue or something--> Enter: (where user types)

所以只要使用上面的颜色就可以了:

x = input("Enter: ")

最佳答案

实际上,我已经回答了我自己的问题,你可以做的就是使用这样的颜色代码;

OKGREEN = '\033[92m'

x = input("Enter: "+OKGREEN)

这将使您的输入变为绿色,但左侧的文本为默认颜色。

关于python - 多彩输入Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54858193/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com