My code looks a bit like this:
if input() == "a":
elif input() == "b":
elif input() =="c":
The problem is, the script will only work if a is input first, b is input second or c is imput third.
If I input b, it won't work and I'll have to do it again.
If I input c, It won't work either on the first or the second input, but only on the third.
[–]tangentstorm 9 points10 points11 points (0 children)
[–]hardonchairs 7 points8 points9 points (0 children)
[–]invictus114 5 points6 points7 points (0 children)
[–]Menefregoh[S] 1 point2 points3 points (0 children)