1 2 3 4 5 6 7
#!/usr/bin/env python3 VERSION = """\ Mozilla Firefox 70.0\ """ if __name__ == "__main__": print(VERSION)