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