#!/usr/bin/python # -*- coding:utf- -*- # @filename: tmp2 # @author:vickey # @date: // : def circle_nested(total, inside): , total + ): j = i - inside * ((i - ) / inside) print(i, j) else: print(i, i) circle_nested(, ) 效果: (1, 1)(2, 2)(3, 3)(4, 1)(5,…