Posts

Python_While_Loop

#Ex: Write a program To print Hello 10-times without any loops print('Hello') print('Hello') print('Hello') print('Hello') print('Hello') print('Hello') print('Hello') print('Hello') print('Hello') print('Hello') ________________________________________________________________________________________________________________________ #Ex: Write a program To read a number from user e.g. 50. Add numbers from 1 to 10 and display results without loops number = int( input("Enter number: ")) print(number) print(number + 1 ) print(number + 2 ) print(number + 3 ) print(number + 4 ) print(number + 5 ) print(number + 6 ) print(number + 7 ) print(number + 8 ) print(number + 9 ) print(number + 10 ) ________________________________________________________________________________________________________________________ Identify the problems or difficulties in the above two programs. repeat of statement...

Python_Operators_Practice_Answers

                                            # Arithematic operators #Ex: Write a Program to read the two numbers, 1. print the sum 2. Assign the sum into different varaible 'total' and dispaly the value. #Ex: Write a Program to read the two numbers, 1. print the difference 2. Assign the difference into different varaible 'difference' and dispaly the value. #Ex: Write a Program to read the two numbers 1. print the multiplication 2. Assign the product into different varaible 'product' and dispaly the value. #Ex: Write a Program to read the two numbers 1. print the division 2. assign the varaible 'quotient' and 'nearest remainder' and 'nearest remainder' and dispaly the value. #Ex: Write a Program to read the two numbers 1. print the power of a given variable 2. and Assign the power value  into different varaible 'power' dispaly the value. [Revision]  #Ex: Write a Progra...

English Phrases

ఎందుకు వెళ్ళిపోతున్నావు ? Why are you going away ? నీకేంటి ? What is it to you ? చాలా ఇష్టం , pranam very dear వచ్చేసరికి , సమయానికి By the time పుకార్లు Rumours చాలా కాలం such a long time నేను చెప్పినప్పుడు when I said బాగుంటుంది Good to పానీ పాట లేకుండా / లక్ష్యం లేకుండా తిరగకు Dont wander aimlessly నన్ను చేయనివ్వడం లేదు. Not letting me to do   ఏమీ లేదు Nothing నువ్వు నన్ను అడిగి ఇవ్వాల్సింది You should have given by asking me సులభం కాదు Not easy కాబోయె To be అవకాశం ఉంది Likely to దయచేసి Would you please తప్పనిసరి Compulsion నేను చాలా కష్టపడాల్సి వచ్చింది I had to put in a lot...