Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 655 Bytes

File metadata and controls

15 lines (13 loc) · 655 Bytes

IT-Workshop-Python

Assignments of IT workshop lab-python of B.Tech. 2nd year MANUU

List of assignments submitted:--

  1. Python program to perform arithmetic operations
  2. Python program to find Minimum and Maximum from the list of numbers
  3. Python program to find Sum of digit of the given numbers
  4. Python program to find Factorial of a given number
  5. Python program to find Year is Leap year or not
  6. Python program to generate Fibbinocci series
  7. Python program to print prime numbers upto N
  8. Python program to Check whether the String is Palindrome or not
  9. Python program to multiply Two Matrices.
  10. Python program to swap the numbers.