name = "kamal" age = 21 status = False print(name, age, status) # kamal 21 False private variable __password = 2324 print(__password)