Skip to content
  • Tutorials
    • c programming
      • libraries
    • c++
    • Linux
    • Python
    • batch programming
    • Technology
  • IDE
  • Tools
print type(x) in python 1

print type(x) in python

April 15, 2022 by Anurag batra
print(type(x))

Here is what the above code is Doing:
1. We create a variable called x and set it equal to the integer value of 1.
2. We print out the type of x.
3. We print out the value of x.

Categories Python Examples
Post navigation
what is in the python built in namespace
create dictionary key and values from lists
© MyEduKit - 2022 . All Rights Reserved.