0% found this document useful (0 votes)
18 views10 pages

Python 1

The document outlines a series of programming tasks and exercises, including printing 'Hello, World!', calculating sums, finding factorials, and generating Fibonacci series. It also includes tasks for checking prime numbers, reversing numbers, and counting digits, among others. The exercises are aimed at enhancing programming skills through practical implementations.

Uploaded by

theduo470
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)
18 views10 pages

Python 1

The document outlines a series of programming tasks and exercises, including printing 'Hello, World!', calculating sums, finding factorials, and generating Fibonacci series. It also includes tasks for checking prime numbers, reversing numbers, and counting digits, among others. The exercises are aimed at enhancing programming skills through practical implementations.

Uploaded by

theduo470
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

• Print "Hello, World!

" multiple times

• Print numbers from 1 to N:


• Calculate the sum of natural numbers:

• Find the factorial of a number:


• Print multiplication table:

• Check if a number is prime:


• Reverse a number:

• Count digits in a number:


• Generate Fibonacci series:

• Check for Palindrome number:


• Sum of digits of a number

• Write a program to find largest from given three number:


• Write a program to find largest for given 10 numbers:

• Write a program to print even numbers from 1 to 50.


• Write a program to 1 to 5 in the following pattern :

• Write a program to print pascal triangle


• Write a program to count the number of vowels in a given
string.

• Write a while loop statement to print the following series:


105,98,91………….7
• Write a program to enter the numbers till the users enter
ZERO and at he end of it shold display the count of positive
and negative numbers entered.

• write a program to display all the numbers which are


divisible by 13 but not by 3 between 100 and 500 (exclusive
both numbers).

You might also like