Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commiteda5260

Browse files
Updated file name
1 parent45d105e commiteda5260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎03-dict-set/index.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
WORD_RE=re.compile('\w+')
1212

1313
index= {}
14-
withopen(sys.argv[1],encoding='utf-8')asfp:
14+
withopen('zen.txt',encoding='utf-8')asfp:
1515
forline_no,lineinenumerate(fp,1):
1616
formatchinWORD_RE.finditer(line):
1717
word=match.group()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp