Write a program to print first n numbers in python
Doing with FOR loop How to do it? Generate a range from 1 to n Print each element When you
Read moreDoing with FOR loop How to do it? Generate a range from 1 to n Print each element When you
Read moreA=B+C => A=B+C A=BXC => A=B*C Mathematical Operators in Python Assume variable a holds 10 and variable b holds 20,
Read moreMachine language is the only language a computer is capable of understanding. The exact machine language for a program or action can differ by operating
Read moreWrite algorithm of cooking a Maggi Write algorithms involved in climbing a stair Write algorithm of adding first five numbers
Read moreAn algorithm is a set of step by step instructions designed to perform a specific task. STEP 1-STOP , watch
Read more