''' mbinary ######################################################################### # File : primers.py # Author: mbinary # Mail: zhuheqin1@gmail.com # Blog: https://mbinary.coding.me # Github: https://github.com/mbinary # Created Time: 2018-05-19 23:06 # Description: ######################################################################### ''' def get(n) li = [i for i in range(2,n)] i = 1 while i