CrackMe Challenge [Part 1] - Introduction / Very Easy Password Mechanism (Python)

This is how I solved it. Thank you Doctor.

Looked at the source and copied ‘intPass’,
into IPython.
The following python decoded it for me
‘’.join(chr(int©) for c in intPass.split(’,’))