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 mablue
Date 2021-02-05.10:20:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612520450.63.0.525292396869.issue43134@roundup.psfhosted.org>
In-reply-to
Content
Please append a code to reverse check?like that?

print([input() for i in'_'*10] have input())

Instade of:
print(input() in [input() for i in'_'*10] )


i want to check that: is last input in the inputs or not!
History
Date User Action Args
2021-02-05 10:20:50mabluesetrecipients: + mablue
2021-02-05 10:20:50mabluesetmessageid: <1612520450.63.0.525292396869.issue43134@roundup.psfhosted.org>
2021-02-05 10:20:50mabluelinkissue43134 messages
2021-02-05 10:20:50mabluecreate