Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 234 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 234 Bytes

parsetable

Parses HTML Table and printed flag in one line.

Utilises Python commands:

Removes new lines from the output and then replaces blank spaces!

flag = "".join(text.splitlines())

print(flag.replace(" ", ""))