You are on page 1of 6

DEPARTMENT OF AVIONICS ENGINEERING

SUBJECT : Introduction to Information Technology


Lab
SUBJECT CODE : 108444
LAB NO : 04

TITLE : Introduction to Python

SUBMITTED TO : Ms. Shifa Nadeem


SEMESTER : 1st
SECTION : B

Marks Obtained
Group Member 1 Group Member 2 Group
Member 3
NAME M.Adil Sultan Syed Fasih Abbas _
REGISTRATION # 220701046 220701054
LAB REPORT
PERFORMANCE
TOTAL MARKS

DEADLINE: 1100hrs , 9th November 2022


DATE OF SUBMISSION:
Variables, Constant and Data Types

Task#1:

#There is no error just the thing is that parentheses and print command is missing and that the
reason why rest numbers are not being printed

Task#2:

Task#3:
Task#4:

#line-2 gives error because of the operator used in between the variables.
#Line-5 gives error because of the spacing between the variable.
#Line-6 gives error because of the integer used before the word as variable.
#Line-8 gives error because the string can’t be stored in an integer.
#Line-10 gives error because “$” sign used as a variables with some words.
Task#5:

Task#6:

Task#7:
Task#8:

Task#9:
Task#10:

You might also like