We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4
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.