My Python Quiz
The ultimate place to learn Python!
⌂
|
Start Quiz
|
List of questions
|
Other Quizes
Question #4:
what should the below code print?
print(type(1J))
<class 'complex'>
<class 'unicode'>
<class 'int'>
<class 'float'>
<class 'dict'>
Next Question