NextGen International Coding and Engineering
(NICE) School & College
Worksheet (Revision)
Subject: Python Programming Language
Teacher: Jahanara Taznina Orin Name: Class: Std VI
3. Use the code to answer the following questions:
1. Value1=5.1
2. Value2=678
3. ABC="Bangladesh"
4. DCE="Apple"
5. print( Value1+8)
6. print( ABC,"=",DCE)
7. print( Value2)
8. print( "Value1"+"8")
9. print( "Value1"+"Value2")
a. What data type are each of the variables? b. Write what each line will print out:
i. Value1: i. Line5:
ii. ABC: ii. Line 6:
iii. Value2: iii. Line 7:
iv. DCE : iv. Line 8:
v. Line 9:
Q. Write down the correct words in each box.