while int(input("choose a number")) != 5 :
Say I wanted to see what number was input. Is there an indirect way to get at that?
EDIT Im probably not being very clear lol. . I know that in the debugger, you can step through and see what number gets input. Is there maybe a memory hack or something like it that lets you get at 'old' data after the fact?