Explore Library
Code QuizBeginner

Type Checking with type()

Fix the incorrect use of the type() function.

Codepython
x = 10
print(type x)

What is the bug in this code?