14
7
169
49758
161
44
基本循環(huán)語句 #!/usr/bin/env python3 n = 100 sum = 0 counter = 1 while counter <= n: sum = s...