Python- Variables and Datatypes
Variables are container which hold values. Container may be string,number or boolean.
Example x=12("=" operator where x is the variable name with value 10 )
Data Types
Data types define the type of values a variable can hold. Here are some common dat...
techprabhaspml.hashnode.dev1 min read