Tag archives for programming
Find the largest and smallest number in python using for loop
Write a python program to find the largest and smallest number in python using for loop Assign first element of an array to largest(lt) and smallest (st) value the array by using for loop If element of array a is smaller than first element of variable st then assign array…
ASCII Table – ASCII Character Codes
What is the ASCII Code? ASCII (ASS-kee) abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. Most modern character-encoding schemes are based on ASCII, although they support many additional characters. More details…
