Skip to content

Commit bebe175

Browse files
committed
Move problem to the right folder
1 parent 6fb0b08 commit bebe175

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

chapter_16/p16_8.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ def int_to_eng(x: int):
104104
1945,
105105
123_456_000_789_055,
106106
100_020_003,
107-
101_880
107+
101_880,
108+
1_000_234
108109
]
109110
for x in exs:
110111
print(f"În engleză {x} este {int_to_eng(x)}")

0 commit comments

Comments
 (0)