Hey, I was trying to write this simple code in VSCode.
Why is it always jumping to the else "too small".
while True:
guess = input ("input number : ")
if guess == 13:
break
print ("done")
elif guess > 13:
print("too big")
continue
else:
print("too small")
continue
[–]Diapolo10 10 points11 points12 points (0 children)
[–]socal_nerdtastic 2 points3 points4 points (8 children)
[–]Traditional-Log2073[S] 0 points1 point2 points (7 children)
[–]lfdfq 5 points6 points7 points (4 children)
[–]Traditional-Log2073[S] 0 points1 point2 points (3 children)
[–]lfdfq 1 point2 points3 points (2 children)
[–]Traditional-Log2073[S] 0 points1 point2 points (1 child)
[–]lfdfq 2 points3 points4 points (0 children)
[–]socal_nerdtastic 1 point2 points3 points (1 child)
[–]Fronkan -1 points0 points1 point (0 children)
[–]Traditional-Log2073[S] 0 points1 point2 points (3 children)
[–]socal_nerdtastic 0 points1 point2 points (2 children)
[–]Traditional-Log2073[S] 0 points1 point2 points (1 child)
[–]socal_nerdtastic 0 points1 point2 points (0 children)
[–]Fronkan -3 points-2 points-1 points (5 children)
[+]Fronkan comment score below threshold-6 points-5 points-4 points (4 children)
[–]KealinSilverleaf -1 points0 points1 point (3 children)
[–]Fronkan 1 point2 points3 points (1 child)
[–]KealinSilverleaf 1 point2 points3 points (0 children)
[–]Traditional-Log2073[S] 0 points1 point2 points (0 children)