Tutorials

Tutorials

Get Advanced Microsoft Office & Python Training

For any query mail at: uniqueshikshapoint@gmail.com

Write a program to Input three numbers and display the numbers in ascending order.

Write a program to read a text file line by line and display each word separated by a hash

Write a Program to count vowels, consonant, digits and special character in a given string.

WAP to remove all the lines that contain the character a in file and write it to another file

WAP to create a binary file with name and roll no . Search for a given roll no and display the record of that rollno ,if not found display appropriate message

WAP to create a binary file with roll no , name and marks .input a roll no and update marks

WAP to write a random number generator that generates the random numbers between 1 and 6(simulates a dice)

Write a program to create a CSV file by entering user-id and password, read and search the password for given user-id.

Write a program to draw the various patterns in python.

Program: Write a program to take input a welcome message and display it.

Write a python program to input two numbers and display the larger / smaller number.

Write a python program to Input three numbers and display the largest / smallest number

Write a python program to compute x raise to power n if two integers x and n are given

Write a python program to determine whether a number is a perfect number, an Armstrong number or a palindrome.

Write a program to input the value of x and n and print the sum of the various series.

Write a python program to Input a number and check if the number is a prime or composite number

Write a python program to find the factors of a number taken from user

Write a python program to display the terms of a Fibonacci series

Write a python program to find the GCD and LCM take both numbers greater than zero.

Write a python program to count and display the number of vowels, consonants, uppercase, lowercase characters in string.

Write a python program to input a string and determine whether it is a palindrome or not; convert the case of characters in a string.

Write a python program to find the largest/smallest number in a list/tuple

Write a python program to input a list of numbers and swap elements at the even location with the elements at the odd location.

Write a python program to Input the String and search for a given word in the string

Write a python program to Input the String and search for a given character in the string

Write a python program to Input a list/tuple of elements, search for a given element in the list/tuple.

Write a python program to Input a list of numbers and test if a number is equal to the sum of the cubes of its digits. Find the smallest and largest such number from the given list of numbers.

Write a python program to create a dictionary with the roll number, name and marks of n students in a class and display the names of students who have marks above 75.

Write a python program to Input the percentage of the student and find the grade of the student according to the percentage scored by the student.

WAP to find the day like Monday, Tuesday etc. if user is giving the no. of day in range 2-365 and the name of the first day of year.