Console.WriteLine("What's the password?")
Input = Console.Readline()
If Input = "password" Then
Console.Writeline("Welcome to my world!")
Console.writeline("Incorrect")
Console.writeline("Attempts left = " &Attempt)
Console.Writeline("You are banished!!")