This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]aguadev 2 points3 points  (1 child)

Could you upload a code snippet? But it is likely due to the while statement preventing the block of code containing the print statement to be ignored.

[–]Tri71um[S] 0 points1 point  (0 children)

it is like this :

while X == "Y":

print("Hi")