0% found this document useful (0 votes)
2 views16 pages

Program 15: Input

The document outlines a series of programming exercises in Python, each with specific tasks such as taking user input, performing calculations, and displaying results. It includes programs for basic operations like calculating the product of numbers, checking odd/even status, and converting units. The document is part of a project file created by Jai Juyal as an introduction to Python programming.

Uploaded by

chramathproject
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views16 pages

Program 15: Input

The document outlines a series of programming exercises in Python, each with specific tasks such as taking user input, performing calculations, and displaying results. It includes programs for basic operations like calculating the product of numbers, checking odd/even status, and converting units. The document is part of a project file created by Jai Juyal as an introduction to Python programming.

Uploaded by

chramathproject
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

Program 15

Take three numbers as input from the user. Store these numbers in a list.
Display the product of these numbers.

 Input

 Output
Program 14
Write a program to print the length of the list

 Input

 Output
Program 13
Create a python list containing [a,b,c,d,e] string elements and print the
fourth element of the list.

 Input

 Output
Program 12
Create a python list containing even elements from 3 to 11 and print the
count of even numbers
 Input

 Output
Program 11
Create a python list with three items. Print the data types of each item

 Input

 Output
Program 10
Write a program to check whether the number entered is odd or even

 Input

 Output
Program 9
Write a program to convert the temperature from Celsius to Fahrenheit

 Input

 Output
Program 8
Write a program to display table of any number

 Input

 Output
Program 7
Write a program to find the sum of natural numbers

 Input

 Output
Program 6
Write a program to check whether the number is positive negative
or zero

 Input

 Output
Program 5
Write a program to convert kilometre to metre

 Input

 Output
Program 4
Write a program display simple interest

 Input

 Output
Program 3
Write a program to swap two numbers

 Input

 Output
Program 2
Write a program to find the area of the triangle

 Input

 Output
Program 1
Write a program to print ‘Hello World’

 Input

 Output
29th January’2024

Artificial Intelligence
Unit-4 : Introduction to Python

Project File
Made By -:
Jai Juyal ( IX-D)

You might also like