448vtnfbwd 448vtnfbwd 15-03-2021 Computers and Technology contestada What is the output of this program? age = 4 if age > 5: print("more") else: print("less") Output: