Python: Python-Programming Exercise

 

Python: Python-Programming Exercise

In this section, we have placed the list of Python programs for doing some basic practices for beginners and experienced. solutions are also provided. please click the link shared below under each questions.

*******************************************

1-  Write a program to find the Fibonacci series with certain number of count.

Answer: please click the below link.

Result:

Enter the value of 'n': 10
0

1

1

2

3

5

8

13

21

34

Link: https://writeprogramin.blogspot.com/2021/04/python-fibonacci-sequence.html


2- Write a program to find the reverse of given number.

Answer: please click the below link.

Link: https://writeprogramin.blogspot.com/2021/04/python-write-program-to-find-reverse-of.html


3- write a program in python to print the triangle of stars.

Answer: please click the below link.

Enter the number :: 5
*   
*  *   
*  *  *   
*  *  *  *   
*  *  *  *  *  

Link:https://writeprogramin.blogspot.com/2021/04/python-triangle-of-stars-partten.html


Answer: please click the below link.

Link: 


5- 

Answer: please click the below link.

Link: 




No comments:

Post a Comment