Python Hand-on Tutorial


Python Hand-on Tutorial


Have 3 secret words to master coding in any language are: Practice, Practice and Practice !!!...

Coding is a skill, you will be better when you do it more and more.

This tutorial serious is the most comprehensive collection of python exercise and solution. It contains more than 200 coding problems and will help to develop your coding skills.

So, let's start

Basic

01. Write a python program to print the following string in a specific format (see the output).
02. Create a program that asks the user to enter their name and their age.

Condition and Loop

1. Write a Python program to check a triangle is valid or not
2. Write a python program which takes two digits m (row) and n (column) as input and generates a two-dimensional array.
3. Write a Python program to construct the following pattern, using a nested loop number.
4. Write a python program to construct the following pattern, using a nested for loop.
5. Write a python program that accepts a string and calculate the number of digits and letter.
6. Count the number of even and odd numbers from a series of number.
7. Write a python program to get the Fibonacci series between 0 to 50
8. Write a python program to find those numbers which are divisible by 7 and multiple of 5, between 1500 and 2700
9. Write a Python program to check the validity of a password(input from users).
10. Generate random numbers between 1 and 9(including 1 and 9).
11. Write a Python program to check a triangle is equilateral, isosceles or scalene
12. Write a python program to check whether an alphabet is a vowel or consonant

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...