Символ, чтобы сделать вещи не равными чем -то в Python

if password != "Hi":
  print("Access Denied")
Defiant Dotterel