if [condition]: [one line of code when condition true] if x == 0: print("Condition passed")
# testing if else