Skip to content

Commit

Permalink
Rename Dict key.py to 输出字典key.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BuglessCoder authored Oct 24, 2016
1 parent 2677027 commit 5f4c584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dict key.py

This file was deleted.

2 changes: 2 additions & 0 deletions 输出字典key.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
a = {4:1,5:2,6:3}
print(','.join(list(map(str,a.keys()))))

0 comments on commit 5f4c584

Please sign in to comment.