Write output
num1 = 3
num2=-1
if num1 > 0
print(num1, "is a positive number.")
elif num2 > 0:
print(num, "is a positive number.")
else:
print(“Try again”)
print("This is always printed.")
Answers
Answered by
1
There will be no output as there is no class and curly brackets
Similar questions
Computer Science,
17 days ago
English,
17 days ago
Math,
17 days ago
Math,
9 months ago
Business Studies,
9 months ago
Math,
9 months ago