google / it-cert-automation-practice

Google IT Automation with Python Professional Certificate - Practice files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with validating username initials

romasport13 opened this issue · comments

Expected Behavior

Return false if usernames starts with "." or "_".

Actual Behavior

The script is returning True in those situations.

Steps to Reproduce the Problem

  1. Call the script with a username that starts with a "." or "_".

Specifications

  • Version:
  • Platform: