0% found this document useful (0 votes)
20 views6 pages

Python Datatypes 1

The document outlines a Grade 6 Computer Science lesson on Python, focusing on data types and practice questions. It includes objectives for identifying data types and creating programs, as well as key points about strings and numbers. Additionally, it provides practice questions for students to apply their understanding of data types in Python programming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views6 pages

Python Datatypes 1

The document outlines a Grade 6 Computer Science lesson on Python, focusing on data types and practice questions. It includes objectives for identifying data types and creating programs, as well as key points about strings and numbers. Additionally, it provides practice questions for students to apply their understanding of data types in Python programming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 6

Date : 3.03.

2021
Class : Grade 6
Subject: Computer Science
Topic: Introduction to Python
SUB TOPIC: Data types
PRACTICE QUESTIONS
• Write a program to display 2 magic words
in same line
• Write a program to multiply 3 numbers.
• Write a program to find area of rectangle
using print()
Data types
LO:

 Identify the different data types in python.


Create programs using it
Key Points

Data types :Used to store different types of data, there are different
data types like numbers, strings.
String –Always write in double quotes
Numbers-Can be placed within or without quotes
Common Question
1)WAP to print any 2 subjects its mark and find
its total
2)Write a program to print the following Output
Computer Science
3)Write a program to print the following Output

Apple
Red
Apple is red in color

You might also like