'module' object has no attribute 'strptime': AttributeError code example
Example: module 'datetime' has no attribute 'strptime'
Use this: from datetime import datetime
instead of Import datetime
Use this: from datetime import datetime
instead of Import datetime