diff --git a/numpy/sumOfDD.py b/numpy/sumOfDD.py
new file mode 100644
index 0000000..20253b8
--- /dev/null
+++ b/numpy/sumOfDD.py
@@ -0,0 +1,7 @@
+import numpy as np
+
+a = np.array([(1, 2, 3), (4, 5, 6), (7, 8, 9)])
+b = np.sum(a, 1)
+print(b)
+
+``
\ No newline at end of file
diff --git a/string/string1.py b/string/string1.py
index fa9c8b2..ade9d0d 100644
--- a/string/string1.py
+++ b/string/string1.py
@@ -1,6 +1,2 @@
-str = "This is me rakesh"
-n = len(str)
-print('Length of string is : ',n)
-str = str + "Hello rakesh"
-print(str)
-print(str[0])
\ No newline at end of file
+str = "Hello Developer"
+print(str[::-1])
diff --git a/string/tempCodeRunnerFile.py b/string/tempCodeRunnerFile.py
new file mode 100644
index 0000000..bcae308
--- /dev/null
+++ b/string/tempCodeRunnerFile.py
@@ -0,0 +1,2 @@
+str = "Hello Developer"
+print(str[-1:])
diff --git a/webscraper/news.py b/webscraper/news.py
new file mode 100644
index 0000000..6a66b93
--- /dev/null
+++ b/webscraper/news.py
@@ -0,0 +1,6 @@
+from newspaper import Article
+
+url = 'http://fox13now.com/2013/12/30/new-year-new-laws-obamacare-pot-guns-and-drones/'
+article = Article(url)
+article.download()
+print(article.html())
diff --git a/webscraper/wiki.py b/webscraper/wiki.py
new file mode 100644
index 0000000..621edfc
--- /dev/null
+++ b/webscraper/wiki.py
@@ -0,0 +1,4 @@
+import wikipedia as wi
+print(wi.summary('wikipedia'))
+result = wi.page('rakesh kumar')
+print(result.url)
diff --git a/webscraper/wikipedia.py b/webscraper/wikipedia1.py
similarity index 69%
rename from webscraper/wikipedia.py
rename to webscraper/wikipedia1.py
index 1986554..a392fee 100644
--- a/webscraper/wikipedia.py
+++ b/webscraper/wikipedia1.py
@@ -3,10 +3,10 @@
import requests
-req = requests.post('https://binarynote.com', data = {'search':'wordpress'})
+req = requests.post('https://binarynote.com', data={'search': 'wordpress'})
req.raise_for_status()
with open('wordpress.html', 'wb') as fd:
for chunk in req.iter_content(chunk_size=50000):
fd.write(chunk)
-print("File generated...")
\ No newline at end of file
+print("File generated...")
diff --git a/websites.py b/websites.py
index c9086c7..67b4eaa 100644
--- a/websites.py
+++ b/websites.py
@@ -1,7 +1,8 @@
# !python36
import webbrowser
+
webbrowser.open_new_tab("http://www.binarynote.com")
webbrowser.open_new_tab("https://www.clickbank.com")
webbrowser.open_new_tab("https://account.shareasale.com/a-login.cfm?")
webbrowser.open_new_tab("https://themeforest.net/")
-webbrowser.open_new_tab("https://automatetheboringstuff.com")
\ No newline at end of file
+webbrowser.open_new_tab("https://automatetheboringstuff.com")
diff --git a/wordpress.html b/wordpress.html
new file mode 100644
index 0000000..08ab127
--- /dev/null
+++ b/wordpress.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+
+
+
+ Tips to make money online with our WordPress Themes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Latest Articles
+
+
+
+
+
+
Of Data Privacy and Security: 7 Effective Measures to Protect Yourself
+
9 very effective methods to secure your personal data on the internet. These methods will not only secure your data on the net but also ensure the hackers will have a hard time encoding your information.
+
+
+
+
+
+
+
+
+
DearMob iPhone Manager Review [2019]
+
Don’t Purchase Dearmob iPhone Manager to manage your iPhone as complementary software or replacement software before reading this exclusive review by a real software user.
+
+
+
+
+
+
+
+
+
how to add Font-awesome icons in WordPress widget title
+
add Font-awesome icons in WordPress widget title using these simple to implement methods using wordpress shortcode and widget title filter
+
+
+
+
+
+
+
+
+
Top Website Templates for Marriage Agency Website
+
It is hard to organize marriage and a wedding. This is why people tend to order marriage agency services. And great way to avoid troubles related to weddings and marriage. And…..
+
+
+
+
+
+
+
+
+
WallpaperSite WordPress theme
+
Wallpapersite WordPress theme with user-defined wallpaper size that theme is able to generate on the request. Does not store multiple sizes on the server. Can run Wallpaper website from any Shared Hosting
+
+
+
+
+
+
+
+
+
Top 5 Free WordPress themes [ 2019 ]
+
Free WordPress theme 2019 is our collection of top 5 best Free wordpress themes that every one can use as they are ease to use and customize
+
+
+
+
+
+
+
+
+
+
⇑
+
+
All rights reserved to binarynote.com
+
+
+-
+
+
+
+
+
+
+
\ No newline at end of file