Skip to content

Fix Length mistake on Day4 py file#798

Open
Sananda-Dutta wants to merge 1 commit intoAsabeneh:masterfrom
Sananda-Dutta:len-mistake-on-day4-py-file
Open

Fix Length mistake on Day4 py file#798
Sananda-Dutta wants to merge 1 commit intoAsabeneh:masterfrom
Sananda-Dutta:len-mistake-on-day4-py-file

Conversation

@Sananda-Dutta
Copy link
Copy Markdown

fixes #795
fixes #797

What i did

  1. Making length of full_name variable to be 16 characters, instead of 15.(Issue 795)
  2. Changing the challenge.isalpha() to be false.(Issue 797)

Screenshots

1st one((Issue 795):
image

2nd one(Issue 797):
image

Additional Context
Changes the both issue on same PR.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Day 4 (line 159 in .py file should read # False , not # True) Small typing mistake

1 participant