Advertisement
DemidShumakher

Infa

Oct 5th, 2021
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.35 KB | None | 0 0
  1. #1
  2. s = input()
  3. While True:
  4.     if len(s) <= 6:
  5.         print("korotko")
  6.     elif "qwerty" in s:
  7.         print(nenadezjnys)
  8.     else:
  9.         print("ok")
  10.         exit()
  11.  
  12.  
  13. #2
  14. s = input()
  15. l = [".html",".com"]#сама допиши, я не помнб, что там
  16. if [x for x in l if x in s]:
  17.     print('webstr')
  18. else:
  19.     print('chto to drugoe')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement