Sign in to test your solution.
The deadline for this exercise is at 23:59, which is less than 5 minutes away.
The deadline for this exercise was at 2024-03-10 23:59. You can still submit, but your submissions may not be accounted for.
# zet je oplossing in de functie main
def main():
PIN = "1234" # de juiste pincode
# vul hieronder aan
# enkel om lokaal te kunnen testen
if __name__ == '__main__':
main()
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.
Python sandbox
This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona.