File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ###############################################################################
1
2
"""
2
3
@Newspaper3k usage
3
4
@Usage of functions in newspaper:
28
29
29
30
article_name.keywords
30
31
"""
32
+ ####################################################################################
31
33
32
34
#Sample Usage Program
33
-
34
35
from newspaper import Article
35
36
36
37
#A new article from TOI
67
68
print ("Article's Keywords:" )
68
69
print (toi_article .keywords )
69
70
71
+
72
+ #####################################################################################################################################################################################
70
73
"""
71
74
Output:
72
75
=======
84
87
"China can show the region and the international community or even the UN Security Council its evidence to illustrate China's position, " Long said.
85
88
"Indians have migrated in large numbers to Nepal and Bhutan, interfering with Nepal's internal affairs.
86
89
The first challenge for Nepal and Bhutan is to avoid becoming a state of India, like Sikkim, " he said.
87
-
88
90
"""
91
+ ####################################################################################################################################################################################
You can’t perform that action at this time.
0 commit comments