python for loop syntax – Looping Statement

python for loop syntax

Looping Statement Also known as “Iteration statement” or “Repetition statement”, looping statements are the commands which repeat the whole program or a part of it depending upon a given condition. Python provides two types of looping statements: for() loop and while() loop. 1) while() loop: It can be called as conditional loop as it repeats … Read more

Control statements in Python-Conditional Statement

Control statements in Python

Control Statement Hey Guys, In this Blog you will learn Control statements in Python. Control statements describe the order in which statements will be execurted at runtime. Normally, python program begins with the first statement and is executed till the end. There are 2 types of control statement 1) Conditional Statement 2) Looping Statement 1) … Read more

Python Operator and its types

Python Operator and its types

Python Operator and its types Hey Guys! If you are worried about Python Operator and its types than you are on right place to learn. Here You will learn all python operators in details. What is Operator ? An Operator is a symbol that tells the compiler to perform specific mathemetical or logical function.Operator can … Read more

Top 10 Python Programs

Top 10 Python Programs

Top 10 Python Programs If you are worried about basic fundamentals of python then you are on write place .In this blog you will learn top 10 Python program in details.  Here you will learn the following programs- 1) Enter name,age,and address one by one and display them 2) WAP to Find Square Root of … Read more

Python input from command line

Python input from command line

Python input from command line Hello Students! if you are searching the article Python input from command line that you are on right place. User enters the values in the Console and that value is then used in the program as it was required To take input from the user we make use of a … Read more

Python Algorithm and PSEUDOCODE 

Python Algorithm and PSEUDOCODE 

Introduction to Programming Programming is the process of creating a set of instructions that tell a computer how to perform a task. Programming can be done using a variety of computer programming languages, such as JavaScript, Python, and C++. Whats is Computer Programming A computer program consists of code that is executed on a computer … Read more

Olevel M2 R5 Practical Questions

o level m2r5 practical questions Hello Students in this post you will learn about our Mairathan class  questions with answers. We have completed our mairathan on our Youtube Channel Olevel Guruji.So must subscribe our youtube channel Olevel Guruji. In this Blog the following queries solved o level m2r5 practical questions m2r5 practical questions with answers … Read more

OLevel M2R5 Practical Questions

OLevel M2R5 Practical Questions

OLevel M2R5 Practical Questions  Hello Student welcome in careersknowlege.in.In this blog you will learn 3 OLevel M2R5 Practical Questions in details. Question 1- Write a HTML code to divide browser window into two horizontal frames and play different video in each frame. Ans- main.html Coding <html> <frameset rows=”*,*”> <frame src=”TopSection.html”> <frame src=”Bottom.html”> </frameset> </html> TopSection.html … Read more

O Level Practical Questions m1r5

Hello Students, Welcome in careersknowledge.in. In this artical you will learnt about OLevel Practical Question Jan2023. In this Article you will also learn 3 most recently ask practical question with answers. Also Subscribe our YOUTUBE channel Olevel Guruji for Video Classes.   https://www.youtube.com/@olevelguruji Question 1: Create Business Cards using shapes, text, and colours in libreoffice writer … Read more

OLevel It Tools Practical Question

OLevel It Tools Practical Question

OLevel It Tools Practical Question Hello Students, In this blog you will learn about OLevel It Tools Practical QuestionWith Steps by steps.libreoffice calc practical questions pdf,libreoffice calc practical questions,libreoffice writer practical questions pdf Question 1: Create a Database in Calc Spread Sheet. Calculate the Total, Average and print the table as per format below: S. … Read more