CodeTantra Solution

Conatins all the solutions of all programming courses of codetantra.

CodeTantra Python Programming L15 Solution

In this blog post, you will find all the Solutions to the L15 questions of the Codetantra Python Programming Course. Here are the answer to these question:- Q1 :- L15/Building Blocks of Algorithms/Building blocks of Algorithms :- Select the correct statements given below Selection, Sequence are the only building blocks of constructing an algorithm. A

CodeTantra Python Programming L15 Solution Read More »

CodeTantra Python Programming L14 Solution

In this blog post, you will find all the Solutions to the L14 questions of the Codetantra Python Programming Course. Here are the answer to these question:- Q1 :- L14/Introduction to Algorithms/Understanding Problem Solving :- Select the correct statements given below. Problem solving is a systematic approach to define and solve a problem.The order to

CodeTantra Python Programming L14 Solution Read More »

CodeTantra Python Programming L12 Solution

In this blog post, you will find all the Solutions to the L12 questions of the Codetantra Python Programming Course. Here are the answere to these question:- Q1 :- L12/Identity Operators/Identity Operators-An overview :- Select the correct statement given below An identity can be changed once created. Two strings with same value point to different

CodeTantra Python Programming L12 Solution Read More »

CodeTantra Python Programming L9 Solution

In this blog post, you will find all the Solutions to the L9 questions of the Codetantra Python Programming Course. Here are the answere to these question:- Q1 :- L9/Arithmetic Operators/Arithmetic Operators – An overview :- Select all the correct statements from the given options. Python supports 7 arithmetic operators. An exponent operator is represented

CodeTantra Python Programming L9 Solution Read More »

CodeTantra Python Programming L8 Solution

In this blog post, you will find all the Solutions to the L8 questions of the Codetantra Python Programming Course. Here are the answere to these question:- Q1:- L8/Input and Output Statements/Reading input in Python-strings :- Write a program to print your favourite place. place= input(“Enter your favourite place: “) print(“My favourite place is”,place) Q2:-

CodeTantra Python Programming L8 Solution Read More »