python:实现计算文本文件小写字母的个数
def lowercase():
with open("happy.txt") as F:
count_lower = 0
count_upper = 0
value &#
def lowercase():
with open("happy.txt") as F:
count_lower = 0
count_upper = 0
value &#