google / it-cert-automation-practice

Google IT Automation with Python Professional Certificate - Practice files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab 4 Fixes 1

alvinctk opened this issue · comments

Expected Behavior

Return False when username begins with non-alphabetical characters.

Actual Behavior

Return True when username begins with non-alphabetical characters.

Steps to Reproduce the Problem

  1. print(validate_user(".blue.kale", 3))
  2. print(validate_user("_red_quinoa", 4))

Specifications

  • Version: Python
  • Platform: Linux