# -*- coding: utf8 -*-'''__author__ = '[email protected]' 35: Search Insert Positionhttps://oj.leetcode.com/problems/search-insert-position/ Given a sorted array and a target value, return the index if the target is found.If not, return the index whe
#-*-coding:utf-8-*- ''' ''' for i in range(10,0,-2): print(i) range函数其实生成的是一个列表 #-*-coding:utf-8-*- ''' ''' for i in range(0,10,-2): print(i) 这是一家公司面试题,这样是不会报错的,不会输出任何东西 原文地址:https://www.cnblogs.com/sunnybowen/p/10204921.html