Design and implement an in-memory banking system in Python on CodeSignal. The problem is split into 4 progressive levels (90 minutes total); you must pass all unit tests in one level to unlock the next. Level 1 – Core Operations: - create_account(timestamp, account_id) -> bool: Create account if it doesn't…