1.不死兔子
def fib(n):if n < 4:return 1else:return fib(n-1) fib(n-2)
print("一年后共繁殖{}对兔子".format(fib(12)))
2.输入字符串,判断该字符串是否是回文字符串
s input("请输入一个字符串:")
if not s:print("…
钉钉插件]当前任务未配置机器人,已跳过 org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 4: Tool type “maven” does not have an install of “maven-3.8.8” configured - did you mean “Maven-3.8.8”? …