So I'm asking if it is possible to make some text like hidden here is a example: **
code = input("Whats the code? ")
if code == ('1401'):
print('Congrats you got it that is the end good job thanks for playing!!!')
else:
print('Nope go back a couple files to get the right answer.')
** so I got this little thing and as you can see you can just look at the code 1401 and I don't want anyone to see this when they Ctrl C and Ctrl V into a IDE so is there anyway that is possible to make that "code" hidden?