What is the output of the code in Python Language:

for num in range (3):
  if num > 0:
    print (num*100)

1
300, 300, 300
2
100, 100, 100
3
100, 200
4
300, 200 

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation