import datetime st = "2019-08-19 05:40"
file = open('open.txt','w') file.write('Hi there!')
''' You can remove empty directory by rmdir function. But to remove non empty directory we have to
import pandas as pd data = [{'Python': 90, 'C': 84,'java':65},{'Python': 78, 'C': 90, 'java': 65}]
from datetime import datetime first_day = datetime.today().date().replace(day=1)
import redis # pip install redis r = redis.Redis(host='localhost', port='6379')
with open('train.pickle', 'rb') as f: X_train, y_train = pickle.load(f)
import pickle number_of_data = int(input('Enter the number of data : '))
import os from sendgrid import SendGridAPIClient from sendgrid.helpers.mail import Mail