1 — Code Avengers Answers Python

count = 10 while count >= 1: print(count) count = count - 1 print("Blast off!")

number = int(input("Enter a number: ")) if number > 0: print("Positive") code avengers answers python 1