· 5 months ago · May 04, 2025, 05:25 PM
1print('Enter the password: ') 2 3pass = read() 4 5if pass == 'abc123' then 6 print('Welcome') 7end