Untitled
Anonymous
plain_text
02/27/2024 10:54 AM
320 B
13
Indexable
c=0
s=0
i=1
while(i==1):
a=int(input("enter a no."))
b=int(input("enter a frequecy"))
s=s+b
c=c+1
i=int(input("do u wish to enter more no.? if yes enter 1 else any other digit to quit="))
print("mean=",s/c )Editor is loading...
Leave a Comment