+ 4

Why does the type function for python not work in code playground?

type (17)

11th Jun 2018, 10:38 AM
Chris Sheffield
Chris Sheffield - avatar
3 Answers
+ 6
It does. Try: print(type(17))
11th Jun 2018, 10:55 AM
Pedro Demingos
Pedro Demingos - avatar
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.
11th Jun 2018, 11:09 AM
Seb TheS
Seb TheS - avatar
- 1
<class , int>
14th Jun 2018, 3:06 AM
Teddy's Codes
Teddy's Codes - avatar