-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Bug Report for https://neetcode.io/problems/python-variable-types
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Issue
There is an issue with the question's description. It currently says the following:
We can print the type of a variable or value using the type() function in Python. For example:
print(type(10))
This will output:
``
Note that there is a blank space. It should be <class 'int'> instead of the blank.
Metadata
Metadata
Assignees
Labels
No labels