《计算机科学导论》学习笔记(20) - 课程 20 习题集 (可选)

1. 练习:移动一个字符 题目:python # Write a procedure, shift, which takes as its input a lowercase letter, # a-z and returns the next letter in the alphabet after it, with 'a' # following 'z'. def shift(letter
相关文章
相关标签/搜索