import matplotlib.pyplot as plt plt.figure(1) plt.subplot(211)
django.contrib.auth.models import User from avatar.templatetags.avatar_tags import avatar_url
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
import matplotlib.pyplot as plt t = ['12-03-18','12-04-18' , '12-05-18', '12-06-18', '12-07-18']
import datetime today = datetime.date.today()
import matplotlib.pyplot as plt labels = 'Grapes', 'Oranges', 'Mangoes', 'Apples'
def get_factors(num): i = 1 while i * i < num:
from django.db import connection tasks = Task.objects.all()
import matplotlib.pyplot as plt import numpy as np ar = np.arange(0, 5, 0.2)