Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. print ("Войдтие в систему:")
  2. a = input ()
  3. if a == "xendie NORAgami":
  4. print ("Вход выполнен успешно.")
  5. print ( "Добро пожаловать в ChatBot,XenDie" )
  6. elif a == "portal CakeIsALie":
  7. print ("Вход выполнен успешно.")
  8. print ( "Добро пожаловать в ChatBot,Portal" )
  9. else:
  10. print ("go nahuy")
  11. input ()
  12. from datetime import datetime
  13. now = datetime ()
  14. print (now)
  15.  
  16. Када вхожу выдаёт ошибку:
  17. Traceback (most recent call last):
  18. File "C:\Users\xXx_XenDie_xXx\Desktop\ChatBot1.py", line 13, in <module>
  19. now = datetime ()
  20. TypeError: Required argument 'year' (pos 1) not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement