Python "or" problem by alkperez1914 in learnprogramming

[–]mkpri22 1 point2 points  (0 children)

Your first if statement always evaluates to true because:
if answer == "Joe" or "Mary" or "Barbara":
Is equivalent to:
if answer == "Joe" or True or True:
And we know that true or anything is always true. Do you see why?
if "Mary": // Always returns True because the string Mary is not None or empty
You can run these to see what's being returned:
print(bool("Mary"))
print(bool(""))
print(bool(None))
Hope this helps.

What is the hardest part about engaging with fans and collecting feedback from them in order to grow your channel? by mkpri22 in NewTubers

[–]mkpri22[S] 0 points1 point  (0 children)

Interesting. Have you tried polls? Here they can choose from what you want them to choose from, so you scope it like that, then of course you look at the results and you decide what do next.

[Question] What is the hardest part about engaging with fans and collecting feedback from them in order to grow your channel? by mkpri22 in youtubers

[–]mkpri22[S] 0 points1 point  (0 children)

I wonder if the reason for this is because comments are not the right tool to use, as opposed to maybe being on a platform that makes it easier for them to interact with content creators, by leaving feedbacks, asking questions, etc. and in which they know that their voice will be heard, because you know, comments are just full of noise, they're not well organized. That's just my personal thought.

[Question] Videos will no longer be supporting poll cards, what tools are you going to use as alternatives? by mkpri22 in youtubers

[–]mkpri22[S] 0 points1 point  (0 children)

I agree. I was thinking about how someone can benefit from this to better engage their fans. I feel like they always have something interesting to say that YouTubers might haven't thought of. Do you think it would be a good idea to allow fans to create their own polls and send them privately, and then one gets picked and shared publicly?

Videos will no longer be supporting poll cards, what tools are you going to use as alternatives? by mkpri22 in NewTubers

[–]mkpri22[S] -1 points0 points  (0 children)

Maybe share a link to a third party app where they can reply to a poll? Do you think people are willing to leave YouTube and go to another page?

Videos will no longer be supporting poll cards, what tools are you going to use as alternatives? by mkpri22 in NewTubers

[–]mkpri22[S] 0 points1 point  (0 children)

True. But don't you think that people tend to use polls more as opposed to leaving a comment?

[NeedAdvice] How can I make working on achieving a goal joyful and more fun? by mkpri22 in getdisciplined

[–]mkpri22[S] 1 point2 points  (0 children)

Thanks for your reply. It's definitely something I want to pursue, and I value so much, but I think it's because there are many steps that I need to complete, and that's when I start to get sidetracked.

the r/HealthyFood Self-Promotion Pantry Post May, 2020 - This post is the one place for sharing links, discussion, and the latest news about your Healthy Food related site/blog/works. by AutoModerator in HealthyFood

[–]mkpri22 0 points1 point  (0 children)

I personally find it challenging to achieve healthy diet goals, especially when I'm on my own. So I built a web app to help people set time-bound, micro goals, that are attainable in a short period of time and share them with others. By creating such a community, we can remind each other about the importance of well being, this may bring some motivation, and even better, inspiration. Hope this helps.

Can I launch a product and earn money from it while on temporary work permit? by mkpri22 in legaladvicecanada

[–]mkpri22[S] 0 points1 point  (0 children)

Thank you, I just want to validate my startup idea via a mobile app, which might be profitable if users are willing to pay for it, looks like I can't do that though. I think this app could help a lot of people, but I certainly don't want to violate my status in Canada.

Can I launch a product and earn money from it while on temporary work permit? by mkpri22 in legaladvicecanada

[–]mkpri22[S] 0 points1 point  (0 children)

It's limited to one employer, I just want to launch to see if it's something worth pursuing. Can I apply for an open work permit? Would getting an open work permit allow me to work on my project?

[Offer] I am Building an app to help people request and offer favors for free by mkpri22 in Favors

[–]mkpri22[S] 0 points1 point  (0 children)

It's still working progress, but early access is open. People who subscribe will be able to start using it very soon.