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
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