2019年12月13日

小练手3

摘要: 1.""" # Write a program to compute:## f(n)=f(n-1)+100 when n>0# and f(0)=1## with a given n input by console (n>0).## Example:# If the following n is 阅读全文

posted @ 2019-12-13 17:52 不要挡着我晒太阳 阅读(146) 评论(0) 推荐(0) 编辑

小练手2

摘要: 1. """ Write a program that accepts a sentence and calculate the number of upper case letters and lower case letters. Suppose the following input is s 阅读全文

posted @ 2019-12-13 17:43 不要挡着我晒太阳 阅读(285) 评论(0) 推荐(0) 编辑

python小练手题1

摘要: 1. """ Write a program which can compute the factorial of a given numbers. The results should be printed in a comma-separated sequence on a single lin 阅读全文

posted @ 2019-12-13 16:41 不要挡着我晒太阳 阅读(443) 评论(0) 推荐(0) 编辑

导航