The document outlines 30 Python programming assignments covering topics like printing, calculations, recursion, matrices, and strings. It provides the assignment questions, batching of students into groups, and a link for additional examples.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views
Python - Assignement Word
The document outlines 30 Python programming assignments covering topics like printing, calculations, recursion, matrices, and strings. It provides the assignment questions, batching of students into groups, and a link for additional examples.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
IFET COLLEGE OF ENGINEERING
(An Autonomous Institution)
DEPARTMENT OF AI&DS 23CS2301- PYTHON PROGRAMMING
Assignment 1
(Unit 1& 2)
1. Write a Python Program to Print Hello world!
2. Write a Python Program to Find the Square Root 3. Write a Python Program to Calculate the Area of a Triangle 4. Write a Python Program to Solve Quadratic Equation 5. Write a Python Program to Generate a Random Number 6. Write a Python Program to Convert Kilometres to Miles 7. Write a Python Program to Convert Celsius To Fahrenheit 8. Write a Python Program to Check Prime Number 9. Write a Python Program to Print all Prime Numbers in an Interval 10.Write a Python Program to Find the Factorial of a Number 11.Write a Python Program to Display the multiplication Table 12.Write a Python Program to Print the Fibonacci sequence 13.Write a Python Program to Find Armstrong Number in an Interval 14.Write a Python Program to Display Powers of 2 Using Anonymous Function 15.Write a Python Program to Convert Decimal to Binary, Octal and Hexadecimal 16.Write a Python Program to Find ASCII Value of Character 17.Write a Python Program to Find HCF or GCD 18.Write a Python Program to Find LCM 19.Write a Python Program to Make a Simple Calculator 20.Write a Python Program to Shuffle Deck of Cards 21.Write a Python Program to Display Calendar 22.Write a Python Program to Display Fibonacci Sequence Using Recursion 23.Write a Python Program to Find Sum of Natural Numbers Using Recursion 24.Write a Python Program to Find Factorial of Number Using Recursion 25.Write a Python Program to Convert Decimal to Binary Using Recursion 26.Write a Python Program to Add Two Matrices 27.Write a Python Program to Transpose a Matrix 28.Write a Python Program to Multiply Two Matrices 29.Write a Python Program to Remove Punctuations From a String 30.Write a Python Program to Sort Words in Alphabetic Order