Python 100例
题目:利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。
程序分析:无。
程序源代码:
以上实例输出结果为:
Input a string:abcde e d c b a