下列属于正确分支结构的语句是
while x>0: print("Yes")
if x>0 | print("Yes")
if x>0: print("Yes")
for i in range(5): print("Yes")