Computer Science, asked by arjuncl123, 8 months ago

Consider the following Python Program and find out the output when input
value of N is 5.

N=int(input(“Enter no:”))
i=1
sum=0
while i if i%2==0:
sum=sum+i
i=i+1
print (sum)

Answers

Answered by vkavitha0786
3

Answer:

Write a Python program that accepts an integer (n) and ... of the digits 0 to n -1, with a to z (or A to Z) having values 10 to 35 . ... print(int(num)+int(2*num)+int(3*num)).

Similar questions