| T O P I C R E V I E W |
| Andrid |
Posted - 03/27/2003 : 20:55:04 if you do can you help me with this program... it's supposed to average some numbers... thanks for your time
x="first" sum=0.0 g=0 while x=!"end": x=input("what are the numbers? type end when done") b=float(x) sum=sum+b g=g+1 def avg(sum,g):return sum/g print avg(sum,g) b=input("type anything to end")
|
| 1 L A T E S T R E P L I E S (Newest First) |
| Impact4ever |
Posted - 04/01/2003 : 21:19:16 Nope! not me
"Just because your a genius doesn't make you a smart guy" |
|
|