1 parent 624a843 commit 3471cf1Copy full SHA for 3471cf1
1 file changed
AK-wang/0011/first-try
@@ -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