Skip to content

Commit 99a26a7

Browse files
committed
learn python
1 parent e3e1ff6 commit 99a26a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,5 @@ def replaceDigits(s: str) -> str:
269269

270270

271271
a = [12,6,3]
272-
b = map(lambda x: x * 2, a)
272+
b = map(str,a)
273273
print(list(b))

0 commit comments

Comments
 (0)