排序
Day 6 – For loop & If condition
Day 6 - For loop & If condition,for loop: A for loop in Python is used to iterate over a sequence and perform a block of code for each element in that sequence. Stntax: for variabl...
Python Day 5 – String functions
Python Day 5 - String functions,Python is dynamically typed programming language which means no need of entering datatype.Instead python will take datatype in default. It is also c...
String Functions
String Functions,Python string functions: Python has a set of built-in methods that you can use on strings. All string methods returns new values. They do not change the original s...
Day 5 – String
Day 5 - String,String datatype: In Python, a string is a sequence of characters enclosed within either single quotes (') or double quotes ('). Python is a dynamically typed program...
Python Day 4-Project on EMI,BMI,SSLC %,EB Bill calculator
Python Day 4-Project on EMI,BMI,SSLC %,EB Bill calculator,1. EMI calculator: principal = float(input('Enter the loan amount Principal: ')) annual_rate = float(input('Enter the annu...
Write a program to EB bill calculator
Write a program to EB bill calculator,Electricity Board bill calculator: An Electricity Bill (EB) Calculator is a tool used to estimate the cost of electricity consumption based on...
Write a program to EMI calculator
Write a program to EMI calculator,EMI calculator: An EMI Calculator helps you estimate your monthly installments easily. Once you enter the necessary details such as the loan amoun...
Write a Python program to BMI calculator
Write a Python program to BMI calculator,BMI calculator: BMI is a quick and inexpensive way to categorize a person's weight as underweight, normal, overweight, or obese. BMI formul...
Write a program to SSLC Mark Percentage Calculator
Write a program to SSLC Mark Percentage Calculator,SSLC Mark Percentage Calculator: To calculate the total mark percentage, you can use the formula: Percentage of marks = (Total ma...
Day 4 – None Datatype & input() function in Python
Day 4 - None Datatype & input() function in Python,None Datatype: The Python NoneType is a data type that represents the absence of a value. In Python, the NoneType is represented ...
Full stack python developer – Day 2
Full stack python developer - Day 2,Today I learned about 1.Introduction of python 2.Functions 3.Difference between User defined and predefined functions 4.Arguments 5.Function cal...
Full Stack Python Developer – Day 1
Full Stack Python Developer - Day 1,Today is my first day class of python full stack developer course. Today I joined some tech community groups like linux tamil community, kaniyam...