# need to setup (minimum, my list) - setup editor (vscode, windows) - https://code.visualstudio.com/download - setup python (windows) - https://www.python.org/ftp/python/3.11.5/python-3.11.5-embed-amd64.zip # string string = '123' string = 'abc' # integer integer = 1 integer = 1234567 # boolean boolean = True boolean = False