console.writeline("Enter your username")
username = console.ReadLine
console.WriteLine("Enter your password")
password = console.ReadLine
if password = "drapegrape12" then
console.writeline("Welcome")
console.WriteLine("Try again")
elseif username = "tree" then
if password = "threetree" then
console.writeline("Welcome")
console.WriteLine("Try again")
console.WriteLine("Try again")