Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 284 Bytes

File metadata and controls

7 lines (7 loc) · 284 Bytes

Python_Loops

Python_For Loops

Python_For Loops_Example

  1. Display number form -10 to -2 usning for loop.
  2. Write a program to sum all prime numbers within a range 10 to 15.
  3. Find the factorial of a n!.(hint, n=7: 7654321)
  4. Reverse a given integger number 04344404710