5. Write the output of the following: a) numl = 4num2 = num1 + 1num1 = 2print (numi, num2)b) numi, num2 = 2, 6numi, num2num2, num1 + 2print (numi, num2)c)numl, num2 = 2, 3num3, num2 = numi, num3 + 1print (numi, num2, num3)
admin
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.