| 自感 | 自感模型 |
| '感知' | 'input() or open() or read()' |
| '无意识' | 'not in {input(),open(),read()}' |
| '反射' | 'if input() or open() or read(): print()' |
| '印迹' | 'if input() or open() or read(): pass' |
| '记忆' | 'write(if input() or open() or read(): print())' |
| '遗忘' | 'write(None)' |
| '并列' | 'and' |
| '选择' | 'or' |
| '顺序' | 'continue' |
| '递进' | 'else:' |
| '因果' | 'for:' |
| '无缘' | 'for: else:' |
| '条件' | 'if:' |
| '联想' | 'intersection()!={}' |
| '无关' | 'intersection()=={}' |
| '滥搭' | 'union()!=intersection()' |
| '归纳' | 'set()' |
| '演绎' | 'in set()' |
| '想象' | 'add(random.sample())' |
| '混乱' | 'random.sample()' |