Files
004_comission/ttng1234/Q2/hand_draft.md
louiscklaw 49e275d85d update,
2025-01-31 20:12:48 +08:00

23 lines
359 B
Markdown

# 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