Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. from datetime.now() import datetime.now()
  2.  
  3. Error messages:
  4.  
  5. File "python", line 1
  6. from datetime.now() import datetime.now()
  7. ^
  8. SyntaxError: invalid syntax
  9. Oops, try again.
  10. Make sure that you defined the variable "now"!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement