Skip to content

Commit 97c551f

Browse files
committed
Update solution.py
1 parent bf50f7b commit 97c551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyu_8/strange_trip_to_the_market/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
GitHub: https://github.com/ikostan
66
"""
77

8-
INDICATIONS: list = ['tree fiddy', 'three fifty', '3.50', ]
8+
INDICATIONS: list = ['tree fiddy', 'three fifty', '3.50']
99

1010

1111
def is_loch_ness_monster(string: str) -> bool:

0 commit comments

Comments
 (0)