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: