PYTHON Write a Python program to input any character and check whether it is alphabet, digit or special character. ch = input("Enter the Character :-") if((ch >= 'a' and...
PYTHON Write a python program to enter P, T, R and calculate Simple Interest and Compound Interest. # Program to calculate Simple Interest and Compound Interest P = float(input("Enter...
PYTHON Write a Python program to enter length and breadth of a rectangle and find its perimeter and Area. len = int(input("Enter the Length of the Rectangle :-")) bre...
ECONOMICS CHAPTER 8: Producer’s Equilibrium 8.1 Introduction The objective of this chapter is to determine the “Equilibrium level of Producer”. Just as a consumer aims to maximise satisfaction ,...
Unit-1 : Fundamentals of Data Analytics INDEX 1.1 Exploratory Data Analysis (EDA) 1.1.1 Types of Exploratory Data Analysis:1.1.2 Univariate Analysis1.1.3 Bivariate Analysis1.1.4 Multivariate Analysis1.1.5 Handling Missing Data and Outliers...
PHYSICAL FEATURES OF INDIA SOLUTION Q.1 Explain Codd’s Rules. Answer :- Codd’s rules, proposed by Dr. Edgar F. Codd in 1985, serve as a benchmark for evaluating whether a...
Ch-1 INDIA – SIZE AND LOCATION SOLUTION Q.1 Choose the right answer from the four alternatives given below. (i) The Tropic of Cancer does not pass through(a) Rajasthan (b)...
Class 9th Project AI Question ….. Q.1 Write a Python program to enter two numbers and perform all arithmetic operations. Q.2 Write a Python program to enter radius of...