google / it-cert-automation-practice

Google IT Automation with Python Professional Certificate - Practice files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in Validations.py

JBrence opened this issue · comments

commented

Expected Behavior

Return False if username starts with anything other than a letter

Actual Behavior

Returns True if username starts with a dot

Steps to Reproduce the Problem

  1. Enter a username with a dot
  2. Output will say True

Specifications

  • Version: 1.0
  • Platform: Linux
commented

Closes #18512