Skip to content

Instantly share code, notes, and snippets.

View Analytics-89's full-sized avatar

Barnana-0689 Analytics-89

View GitHub Profile
Hi Iam getting error for the below code in Mu editor .. can anyone help me here to understand the reason
name ='marry'
password == 'swordfish'
if name == 'marry':
print('Hello,marry')
if password == 'swordfish':
print('Access granted.')
else:
print('wrong password.')