linux内核0.11注释版.rar ,# # if you want the ram-disk device, define this to be the # 如果你要使用RAM 盘设备的话,就 # size in blocks. # 定义块的大小。 # RAMDISK = #-DRAMDISK=512 AS86 =as86 -0 -a # 8086 汇编编译器和连接器,见列表后的介绍。后带的参数含义分别 LD86 =ld86 -0 # 是:-0 生成8086 目标程序;-a 生成与gas
一、python单行注释符号(#)
python中单行注释采用 #开头
示例:#this is a comment
二、批量、多行注释符号
多行注释是用三引号”’ ”’包含的,例如:
三、python中文注释方法
今天写脚本的时候,运行报错:
SyntaxError: Non-ASCII character '\xe4' in file getoptTest.py on line 14, but no encoding declared; see http://www.python.org/