Skip to content

Commit 62e49fe

Browse files
committed
better var names
1 parent 4c2f815 commit 62e49fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

11_bottles_of_beer/solution.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ def verse(bottle):
5555
def test_verse():
5656
"""Test verse"""
5757

58-
one = verse(1)
59-
assert one == '\n'.join([
58+
last_verse = verse(1)
59+
assert last_verse == '\n'.join([
6060
'1 bottle of beer on the wall,', '1 bottle of beer,',
6161
'Take one down, pass it around,',
6262
'No more bottles of beer on the wall!'
6363
])
6464

65-
two = verse(2)
66-
assert two == '\n'.join([
65+
two_bottles = verse(2)
66+
assert two_bottles == '\n'.join([
6767
'2 bottles of beer on the wall,', '2 bottles of beer,',
6868
'Take one down, pass it around,', '1 bottle of beer on the wall!'
6969
])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy