python question:
def pas(add):
a = 12
b = 12
if a != b:
add*add
while add < 1000000:
print(add)
pas(10)
Answers
Answered by
1
Answer:
Similar questions