Where other languages use braces {} to define blocks of code, Python uses indentation.
if 5 > 2: print("Five is greater than two!") # This is a comment
> npm run dev