Maintenance will be performed on the forums for the next couple of days. Expect some downtime.
import random
statement = random.randint(1, 2)
if statement != 1:
print("Hello World")
if statement != 2:
print("Coding in Python")
test