Skip to content

Commit 6170674

Browse files
Update avenum.py
Tidy space at : on 'done'
1 parent c8fdea3 commit 6170674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code3/avenum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
count = 0
33
while (True):
44
inp = input('Enter a number: ')
5-
if inp == 'done' : break
5+
if inp == 'done': break
66
value = float(inp)
77
total = total + value
88
count = count + 1

0 commit comments

Comments
 (0)