Files
ttng1234/Q2/hand_draft.md
louiscklaw ac46b859c2 update,
2025-02-01 02:09:11 +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