Skip to content

Commit 1a53fc3

Browse files
committed
fixes pep8 W291
1 parent 70a921e commit 1a53fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code3/avenum.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
inp = input('Enter a number: ')
55
if inp == 'done': break
66
value = float(inp)
7-
total = total + value
7+
total = total + value
88
count = count + 1
99

1010
average = total / count

0 commit comments

Comments
 (0)