+ 4
Why does the type function for python not work in code playground?
type (17)
3 Answers
+ 6
It does. Try:
print(type(17))
0
Many things does not work in the SoloLearn's code playground, for Android I suggest to download Pydroid from Play store, it'sâ good, for computer I suggest just to download Python compiler from python.org.
Some lacks of SoloLearn:
-You can only give input once and make the code work only depending to the one input.
-Saving and running codes takes a while.
-You can'tâ use many modules.
- 1
<class , int>



