import requests url = "https://httpbin.org/post"
import win32com.client as win32 outlook = win32.Dispatch('outlook.application') mail = outlook.Cre
#Matrix Manipulations Without using any packages #Define Matrix A,B,C A=[[1,2,3],
from slackclient import SlackClient user_token = "xoxp-2284524168-327340147858-399021736478-b7ed2
S1=raw_input("enter String") S2=raw_input("enter character") S1=S1.upper() #we are changing into u
import datetime st = "2019-08-19 05:40"
import logging logging.basicConfig(level=logging.DEBUG)
import matplotlib.pyplot as plt t = ['12-03-18','12-04-18' , '12-05-18', '12-06-18', '12-07-18']
import matplotlib.pyplot as plt labels = 'Grapes', 'Oranges', 'Mangoes', 'Apples'
import datetime today = datetime.date.today()