print(20);;print(300)
Python gives Invalid Syntax for this code.
Double semicolon is an error here because in Python, there should be one semicolon instead of two when you are writing two lines in one line. Thus, it has error.