CodeBlockx

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 »

HackerRank SQL Intermediate Certification Solution

In this blog post, you will find the HackerRank SQL Intermediate certification Solutions. This test was conducted on 15 September, 2023 and the questions are according to this date. The answers to questions are:- HackerRank SQL Intermediate Certification Solution :- Q1 :- Invoices-Per-Country SELECT co.country_name, count(*), AVG(i.total_price)FROM country as co, city as ci, customer as

HackerRank SQL Intermediate Certification Solution Read More »

HackerRank SQL Basic Certification Solution

In this blog post, you will find the HackerRank SQL Basic certification Solutions. This test was conducted on 15 September, 2023 and the questions are according to this date. The answers to questions are:- HackerRank SQL Basic Certification Solution :- Q1:- Student Advisor SELECT roll_number,nameFROM student_information sINNER JOIN faculty_information fON s.advisor = f.employee_IDWHERE (f.gender =

HackerRank SQL Basic Certification 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 »

CodeTantra Python Programming L5 Solution

Hello Coders, In this blog post, you will find all the Solutions to the L5 questions of the Codetantra Python Programming Course. Here are the answeres to these questions:- Codetantra python programming L5 solution Q1:- L5/Different Data types/Understanding Types of Data Types :- Select all the correct Statements from the given options In Python, we

CodeTantra Python Programming L5 Solution Read More »