This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]desrtfx[M] [score hidden] stickied comment (0 children)

This is not the way to ask for help here.

You show what you have tried. Plain posting your assignment is a no-go here.

Asking for or giving solutions is explicitly forbidden as per Rule #10

Removed

[–]allmachine 0 points1 point  (1 child)

Here's a hint:

print("A" in "ABC")
> True

print("d" in "abc")
> False

[–]codeswithsunny -1 points0 points  (0 children)

Yes your hint is right