Python#02 | Typecasting and print syntax
PYTHON #2
Typecasting and print syntax
In this video we will learn about print syntax and typecasting
print- print is a keyword use to print data in the terminal or where you are using python. print should be in lower case because in python as it is case sensitive this is an issue that you have to write the code as instructed. like True or False is written in sentence case. You can use print as print("str", int, bool, float, <var>)
Typecasting- This means that you have to cast the type of data means see the data type of the given data. This can be used as print(type(<var>))\
By Onik Dhall
Owner of Coding Only
Mail Id-
coding.only1@gmail.com
Channel-
Comments
Post a Comment