➥a = int(input("請輸入a:")) ➥b = int(input("請輸入b:")) ➥c = int(input("請輸入c:")) ➥for i in range(a,b+1,c): ➥ print(i)