second last name
This commit is contained in:
parent
4583a3dc47
commit
73b22137e8
|
@ -27,7 +27,7 @@ def allcaps(x):
|
|||
|
||||
firstName = clean_input(input("First Name: "))
|
||||
lastName = clean_input(input("Last Name: "))
|
||||
middleName = clean_input(input("Middle Name: "))
|
||||
middleName = clean_input(input("Middle Name (or second last name): "))
|
||||
nickName = clean_input(input("Nick Name: "))
|
||||
birthDate = clean_input(input("Birth Date (DDMMYYYY): "))
|
||||
day,month,year_long,year_short = extract_date(birthDate)
|
||||
|
|
Loading…
Reference in New Issue
Block a user