a=
print(“enter two-digit and single-digit numbers”)
a=
b=
print(“enter three-digit numbers”)
b=
x=0
while x<=10:
if a//10==0:
b.append(x)
x=x+1
else:
x=x+1
y=0
while y<=10:
if b//100!=0:
a.append(y)
y=y+1
else:
y=y+1
print(“First group:”, a)
print(“Second group:”, b)
Ошибка:
if a%10 == 0:
TypeError: not all arguments converted during string formatting