bool1 = int(input())
if bool1: print("Hello World!") 
if not bool1: print("Erros!")
在python中将返回值为大于0的值判断为True,返回值为0的值判断为False