Computer Science, asked by nidakhan9942, 3 months ago

Consider the following output?

  a=int(input("Enter any Number:"))

   for  b in range(5,8):

        c=a+b

        print(c)   

 What is the output when the input value is 6?

please help me with this!​

Answers

Answered by golurajawat7456
0

Answer:

Consider the following output?

  a=int(input("Enter any Number:"))

   for  b in range(5,8):

        c=a+b

        print(c)   

 What is the output when the input value is 6?

please help me with this!

Similar questions