Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Return value is not true for is_upper_case("a3@$") #71

Closed
zvikarp opened this issue Feb 11, 2019 · 2 comments
Closed

Return value is not true for is_upper_case("a3@$") #71

zvikarp opened this issue Feb 11, 2019 · 2 comments

Comments

@zvikarp
Copy link

zvikarp commented Feb 11, 2019

[BUG] wrong return value for is_upper_case("a3@$")

Expected Snippet Behavior

in 30-seconds-of-python-code/snippets/is_upper_case.md

is_upper_case('ABC') # True
is_upper_case('a3@$') # False
is_upper_case('aB4') # False

Current Snippet Behavior

in 30-seconds-of-python-code/snippets/is_upper_case.md

is_upper_case('ABC') # True
is_upper_case('a3@$') # True
is_upper_case('aB4') # False
@OmarTahoun
Copy link
Contributor

is this issue still open? i would like to fix that

Chalarangelo added a commit that referenced this issue Mar 31, 2019
[FIX: #71] wrong return value for is_upper_case("a3@$")
@lock
Copy link

lock bot commented Dec 18, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for any follow-up tasks.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants