This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mablue
Recipients Dennis Sweeney, iritkatriel, mablue
Date 2021-02-08.07:10:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612768225.52.0.234195859617.issue43134@roundup.psfhosted.org>
In-reply-to
Content
English is a powerful language too.
In English we have just one way to say someone have something too. 
there is one way to say that are you have this or not cuz of that:

in this one line simple code we check the search keyword after all 10 inputs
print([input() for i in'_'*10] have input())

but in this code we get the search keyword first so we get 10 value!and it have mistake
print(input() in [input() for i in'_'*10] )

and i said that want to check that: 
is last input in the inputs or not!(secend code is not true code for do that)

Have is not a duplicated command its a natural way that all people use it in his life in his powerful language like English, Turkish, Persian and etc...

Its a powerful command to write codes and think and speak better and/or different!
History
Date User Action Args
2021-02-08 07:10:25mabluesetrecipients: + mablue, Dennis Sweeney, iritkatriel
2021-02-08 07:10:25mabluesetmessageid: <1612768225.52.0.234195859617.issue43134@roundup.psfhosted.org>
2021-02-08 07:10:25mabluelinkissue43134 messages
2021-02-08 07:10:25mabluecreate