CodeTantra Python Programming L1 Solution

Hello Coders, In this blog post, you will find all the Solutions to the L1 questions of the Codetantra Python Programming Course. Here are the answeres to these questions:- 

Codetantra python solution L1

L1,Q1:- What is a computer programming language?

Only those who study Computer Science Engineering or a related subject in college can learn and write computer programs.
The sequence of instructions (in the form of source code) written in a computer programming language is called a computer program.
One needs to be a genius in Maths to become a computer programmer.
Computer Programming languages are very hard to learn.

L1,Q2:- Language Features / The genesis of Python:- Select all the correct statements from the given options

Python programming language was developed in the year 1999.
Python is a middle-level programming language.
The Python programming language evolved through many versions.
Python language was created by Sundar Pichai.

L1,Q3:- Language Features / Python Program Life Cycle :- Select all the correct statements from the given points.

Python programs can be executed only by writing them into files.
Python source code is written and saved in a file with .py extension.
Runtime errors are like grammatical errors in English.

L1,Q4:- Language Features /Identify the error :- The code in the editor has a syntax error. Find and fix the error.

print(“Python is Easy”)

L1,Q5:- Language Features /Identify the error :- The code in the editor has a syntax error. Find and fix the error.

print(“Python is not typhoon”)

L1,Q6:- Language Features /Other usage of print function :- Write a code to print magic word Abracadbra, 7 times, using repeat character (*).

print(“Abracadbra” * 7);

L1,Q7:- Language Features /Fill the missing code :- The Print statement in the below code is supposed to generate the following output:
where there is a will, there is a way

print(“where there is will, there is a way”)

L1,Q8:- Language Features /Features of python :- Select all the correct statements from the given points

Python is an interpreted language.
A Python program can execute C and C++ programs also.
Sending an email is not possible by using Python.
A Python program written on Windows operating system will also execute on Linux operating system as it is portable.

Hope this blog post was helpful to you and you have got the answer to your question. Thank you for visiting our blog. If you have any doubts about any coding questions then let us know in the comments section we will answer them as soon as possible. Till then check out our more blog posts.

Leave a Comment

Your email address will not be published. Required fields are marked *