PythonPython is a high-level interpreted programming language that is widely used for web development scientific computing data analysis artificial intelligence machine learning and many other applica
password = input("Enter your password: ")
if password == "1234": print("Access granted!") else: print("Access denied!")
原文地址: http://www.cveoy.top/t/topic/cdbv 著作权归作者所有。请勿转载和采集!