質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -74,7 +74,7 @@
|
|
74
74
|
|
75
75
|
```python3
|
76
76
|
|
77
|
-
print(re.findall(r'^[0-9]*,',
|
77
|
+
print(re.findall(r'^[0-9]*,', sample_txt))
|
78
78
|
|
79
79
|
```
|
80
80
|
|