Python 代码:根据姓名生成个性化问候语
name = input() print(name + '同学,人生苦短,我学python') print(name[:1] + '大侠,学好python,走遍天下也不怕') print(name[1:] + '小盆友,学好python,你最帅')
原文地址: https://www.cveoy.top/t/topic/f095 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
name = input() print(name + '同学,人生苦短,我学python') print(name[:1] + '大侠,学好python,走遍天下也不怕') print(name[1:] + '小盆友,学好python,你最帅')
原文地址: https://www.cveoy.top/t/topic/f095 著作权归作者所有。请勿转载和采集!