कंप्यूटर नेटवर्क (Computer Network)

ui

कंप्यूटर नेटवर्क एक ऐसी प्रक्रिया है, जिसमें दो या दो से अधिक कंप्यूटर को आपस में इस प्रकार जोड़ा जाता है की, वे आपस में डेटा और अन्य संसाधन आपस में साझा कर सकें| नेटवर्क से जुड़ें कंप्यूटर के बीच आप फाइल्स को जल्दी और आसानी से साझा कर सकते है| साथ ही नेटवर्क से … Read more

Python Program to Check Palindrome Number

A palindrome is a number or string that reads the same backward as forward. For example, 121 is a palindrome number because it reads the same from both side. In the program, the palindrome function takes a number n as input and checks whether it is a palindrome or not. First, the function converts the … Read more

What is Python ?

Python is a simple, high level, interpreted, General purpose and Object-Oriented Programming language.Developed by : Guido van Rossum.It was first released in 1991. It is designed to be easy to read and write, with a clear syntax and a focus on code readability. Features of Python Applications of Python