Home > other >  Python code into an exe file
Python code into an exe file

Time:10-20

To convert a Python code into an exe file, the file named "password", is sent to 672393985 @qq.com

Password=input (" please enter the 3 digit password: ") # to input the password input values assigned to variables
If the password=="666" :
Print (" welcome back ")
The else:
Print (" password mistake, an alarm!" )

CodePudding user response:

PyInstaller
  • Related