Skip to content

Commit 3471cf1

Browse files
authored
Create first-try
1 parent 624a843 commit 3471cf1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

AK-wang/0011/first-try

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/env py3
2+
3+
with open('keyword.txt') as f:
4+
want = input('what you want to say: ')
5+
print(dict.fromkeys(f.readlines(), 'freedom').get(want+'\n', 'human right'))

0 commit comments

Comments
 (0)