Algorithmic solutions
and data types
Learning Objectives:
By the end of the lesson, students as a software engineer
will be able to understand what are data types in Python.
They will identify the data types as a string or an integer.
They will also apply this knowledge for using sensors with
the help of data types.
Data types in Python while using sensors:
String:
String is a text output defined in a program
with single or double quotation marks around
it.
Example is given below.
Integer:
Practice:
Algorithmic-solutions-and-data-types.pptx

Algorithmic-solutions-and-data-types.pptx

  • 1.
  • 2.
    Learning Objectives: By theend of the lesson, students as a software engineer will be able to understand what are data types in Python. They will identify the data types as a string or an integer. They will also apply this knowledge for using sensors with the help of data types.
  • 3.
    Data types inPython while using sensors: String: String is a text output defined in a program with single or double quotation marks around it. Example is given below. Integer:
  • 4.