это питон если что
print("Welcome to System Security.")
print("The motto of our club is 'Security is our middle name.'")
password = input("Enter your password: ")
if password == "So secret?":
print("Access open.")
input("Press Enter to get out.")
else:
print("Access denied.")
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
это питон если что
print("Welcome to System Security.")
print("The motto of our club is 'Security is our middle name.'")
password = input("Enter your password: ")
if password == "So secret?":
print("Access open.")
input("Press Enter to get out.")
else:
print("Access denied.")