[ create a new paste ] login | about

Link: http://codepad.org/ufEc1hv5    [ raw code | output | fork ]

Python, pasted on Apr 25:
1
2
3
4
5
6
7
8
wh_st = True
press = input()

while(wh_st==True):
        print("false") 
        
        if(press == "a"):
                print("true")


Output:
1
2
3
4
Traceback (most recent call last):
  Line 2, in <module>
    press = input()
EOFError


Create a new paste based on this one


Comments: