Computer Science, asked by akshatsanthoshnair, 1 month ago

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 komalhothi08
1
There will be no output as there is no class and curly brackets
Similar questions