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 1200+ tech skills courses.