简书markdown编译器贴代码 code 用键盘Esc下面的英文状态下的~框住代码段,Tab缩进代码块 def fct(num): if num == 1: return1 temp = fct(num-1) return num*fct(num)