Question
The data is about Time devoted by a student in various subject = 'English', 'Physics', 'Chemistry', 'Mathematics', 'Comp. Sci.' time (in hours) = 0.3, 1.5, 1.5, 2, 0.4. Write a python program to draw PIE chart for the above data.

Answer

Get the step-by-step solution for this question inside the Vidyadip app.

Get the answer in the app

Need a full question paper?

Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.

Start Generating Free

Similar questions

Differentiate between DDL &DMLcommands. Identify DDL &DML commands from the following:

(UPDATE, SELECT, ALTER, DROP)

Write a program that reads a string and print and count the Upper case characters, Lower case characters and
other characters.
Python program to get the difference between the two lists.
Write a Python program to draw a line chart with the suitable label in the x-axis, y-axis and a title. Value of X must be entered by the user as the list from the user and Y should be twice of X.
Differentiate between Candidate Key and Alternate Key in context of RDBMS.
Write a function search () to search a record in a binary file according to the employee number entered by the user. Also display the message “Record not found” in case record not found in the file.
Based on the following python code, find out the expected correct output(s) from the options (i) to (iv)
import random
for i in range(5,2,-1):
print(random.randint(1,3)+i,end="*")
(i) 7*6*4 (ii) 7*6*6
(iii) 6*7*9* (iv) 4*7*6*
Differentiate between ftp and http.  
Differentiate between packet switching over message switching?        
Answer the following questions based on the given script/code.

(a) Name the variable used as parameter.
(b) Name the variable used as an argument
(c) Write function header statement.

(d) Which statement will return a value?
(e) Name a local variable(s).
(f) Name a global variable(s).
(g) Write function call statement.
(h) Variable 'a' will return the value to variable ______________.
(i) Name formal parameter