pythonSC
return the ASCII value of 'A'
return 'F'
Unicode 是 ASCII的延伸,所以有包含所有的ASCII
'\n'
move cursor to beginning of this line, '\r'
ctrl + c
'McDonald's'
12
12.0
print(hello) : print the value of the variable name hello
print('hello') : print the literal of 'hello'
number : the numeric quantity
numeral : a (general) notation for numbers
5
0o12
18
True, False
"dictionary order", but case sensitive
complex