差数和 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 i = 1 5 o = 0 6 while i <= 99: 7 if i % 2 = … Continue reading 差数和