Allan.J.Wilson
"Live Happy without losing yourself "
Pages
(Move to ...)
Home
Whatsapp Messages
Daily News
General Knowledge
Tech News
BEEME
▼
Pages
(Move to ...)
Home
Daily updates 1 and 2 December 2019
_கடவுளோடு இணைந்திருக்கும் எவரும் பாவம் செய்வதில்லை...
Anyone who abides in him does not sin
எனக்குப் பின் வரும் அவர் என்னைவிட முன்னிடம் பெற்றவ...
தூய குரியாகோஸ் எலியாஸ் சாவரா
அவர் தூயவராய் இருப்பதுபோல் அவரை எதிர்நோக்கி இருக்க...
_கடவுளிடமிருந்து பிறந்தவர் எவரும் பாவம் செய்வதில்ல...
தூய எலிசபெத் ஆன் பேலி சேற்றேன்
அவர்கள் அவரோடு தங்கினார்கள்
கடவுளின் பிள்ளைகளும் அலகையின் பிள்ளைகளும்*
▼
Showing posts with label
python program
.
Show all posts
Showing posts with label
python program
.
Show all posts
Thursday, 27 June 2019
Python program to convert kilometers to miles Kilometer
›
The kilometer is a unit of length in the metric system. It is equivalent to 1000 meters. Miles: Mile is also the unit of length. It is e...
Tuesday, 11 June 2019
Python program to check if the input number is odd or even
›
# A number is even if division by 2 give a remainder of 0. # If remainder is 1, it is odd number. num = int ( input ( "Enter a nu...
Python program to find whether the number is positive and negative
›
num = float ( input ( "Enter a number: " )) if num > 0 : print ( "Positive number" ) elif num == 0 : ...
Python program for simple calculator
›
# Program make a simple calculator that can add, subtract, multiply and divide using functions # This function adds two numbers def add...
Python program to find the largest number among the three input numbers
›
# change the values of num1, num2 and num3 # for a different result num1 = 10 num2 = 14 num3 = 12 # uncomment following lines to ta...
›
Home
View web version