Data Types
Let's learn about different data types in Powershell and Python.
Introduction
Python and PowerShell,like any other programming language, use markers to classify distinct types of data. Data types determine what value can be assigned to a variable and the operation we can perform on it.
Let’s discuss native data types in Python and PowerShell.
Common data types
In this lesson, we will discuss the three main data types in any programming language; namely, Numbers, Booleans, and Strings.
Get hands-on with 1400+ tech skills courses.