These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
[email protected] | (424) 283-2178
Web Developer Upwork
Oct 2017 - Present
Web development using HTML5, CSS, JavaScript; WordPress Conversions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from tkinter import * | |
import os | |
creds = 'tempfile.temp' # This just sets the variable creds to 'tempfile.temp' | |
def Signup(): # This is the signup definition, | |
global pwordE # These globals just make the variables global to the entire script, meaning any definition can use them | |
global nameE | |
global roots | |