1.

Write the output#!/usr/bin/pythonvar =100if(var==100):print “Value of expression is 100”print “Good bye!

Answer»

Value of expression is 100

Goodbye



Discussion

No Comment Found