Rajesh Sinha

[ Intern at Padhle.com ] I am a software developer working especially with python and JAVA. I believe I can learn new skills from everyone and from every work. I have uploaded my work samples in my GitHub repository.

Boolean Logic – AND operator – Control Structure In Python

  To process the inputs as per user’s requirement, there are some conditional statements available in Python like other languages. They are: if, else and elif block for loop while loop Boolean logic Operator precedence We will discuss the above points one by one. Boolean Logic in Python As we all know, there is a …

Boolean Logic – AND operator – Control Structure In Python Read More »

else and elif Block – Control Structure In Python

Control Structure In Python – To process the inputs as per user’s requirement, there are some conditional statements available in Python like other languages. They are: if, else and elif block for loop while loop Boolean logic Operator precedence We will discuss the above points one by one. if, else and elif block These are one of …

else and elif Block – Control Structure In Python Read More »

If Block – Control Structure In Python – Free Python Tutorials

Control Structure In Python – To process the inputs as per user’s requirement, there are some conditional statements available in Python like other languages. They are: if, else and elif block for loop while loop Boolean logic Operator precedence We will discuss the above points one by one. if, else and elif block These are one of …

If Block – Control Structure In Python – Free Python Tutorials Read More »

Input And Output In Python – print() – Free Python Tutorials

The main job of most of the Programming Language is: Taking some input (may be from a user or from other sources). Processing the input accordingly. Generate and present the output. There is no violation of the above-mentioned points in Python also. To take input from the user, there is a function ‘input()’ and to …

Input And Output In Python – print() – Free Python Tutorials Read More »