python整形不可迭代_Python-TypeError:“ int”对象不可迭代
Here's my code:import mathprint "Hey, lets solve Task 4 :)"number1 = input ("How many digits do you want to look at? ")number2 = input ("What would you like the digits to add up to? ")if number1 == 1:...