The output of the following code is “Hello World”. num = 100…

Questions

The оutput оf the fоllowing code is "Hello World". num = 100 num += 50 if (num % 2 == 0):     print("Hello World") elif (num % 2 == 1):     print("Welcome to this World") else:     print("Exit Progrаm")