题解 | #判断布尔值#

判断布尔值

https://www.nowcoder.com/practice/b8c8a1c5f57b4724a1cbc12eb50378a5

a = bool(int(input()))
if a == True:
    print('Hello World!')
else:
    print('Erros!')

Attention: If you directly use the bool function to convert the input, there will be problems, because the input is a string, and the bool will always be True. So you need to go through `int()` first

全部评论

相关推荐

尊嘟假嘟点击就送:加v细说,问题很大
点赞 评论 收藏
分享
字节 飞书绩效团队 (n+2) * 15 + 1k * 12 + 1w
点赞 评论 收藏
分享
2 收藏 评论
分享
牛客网
牛客企业服务