Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- realpass= "LoveYouRed"
- passattempt = input("Enter password")
- if realpass == passattempt:
- redstone.setOutput("back", not redstone.getOutput("back"))
- sleep(0.5)
- else:
- print("Incorrect")
- end
Advertisement
Add Comment
Please, Sign In to add comment