We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fafa56 commit bfd5a4eCopy full SHA for bfd5a4e
bin/Blog_reader.py
@@ -9,9 +9,6 @@
9
for i in range(0, size):
10
piu = data[i]
11
heading = piu.find("a").get_text()
12
- for n in range(84):
13
- print ("-", end=" ")
14
- print ('{}{}'.format(' ' * (int(columns / 2 - len(heading) / 2)), heading))
15
for n in range(84):
16
print ("-", end=" ")
17
main_content = piu.find(class_="content").get_text()
0 commit comments