public:t-malv-15-3:1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:t-malv-15-3:1 [2015/08/27 07:55] – [Possible Solutions] orvark | public:t-malv-15-3:1 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 169: | Line 169: | ||
#return proper_name.endswith(" | #return proper_name.endswith(" | ||
+ | # return ... and ' ' in proper_name and proper_name.istitle() and " | ||
# return ... and proper_name.find(' | # return ... and proper_name.find(' | ||
Line 184: | Line 185: | ||
#5 | #5 | ||
- | sorted(w for w in set(text6) if w.startswith(' | + | sorted(w for w in set(text6) if w.startswith(' |
- | sorted(w for w in set(text6) if w.upper())) | + | sorted(set(w for w in text6 if w.isupper()))) |
#6 | #6 |
/var/www/cadia.ru.is/wiki/data/attic/public/t-malv-15-3/1.1440662145.txt.gz · Last modified: 2024/04/29 13:32 (external edit)