We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a921e commit 1a53fc3Copy full SHA for 1a53fc3
code3/avenum.py
@@ -4,7 +4,7 @@
4
inp = input('Enter a number: ')
5
if inp == 'done': break
6
value = float(inp)
7
- total = total + value
+ total = total + value
8
count = count + 1
9
10
average = total / count
0 commit comments