I created a list named 'num'. But when I am trying to call some function it's not showing the pop up window. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

I created a list named 'num'. But when I am trying to call some function it's not showing the pop up window.

num=[10,20,30] num.??(no function window)

30th Oct 2018, 3:28 PM
Swarup Sen
Swarup Sen - avatar
2 Réponses
+ 6
If the editor is supposed to provide language context, and then...in Python (this is not always true), you could try looking at the vendor's support pages or search for your IDE's name and phrases like "no context menus". Sometimes you have to load a language module... ...and sometimes you have to save the file first with an appropriate extension, then it knows what sort of modules to load. btw, it's interesting to me to think of IDEs knowing Python well enough to understand that variable's a list; I should be using that IDE :)
30th Oct 2018, 3:41 PM
Kirk Schafer
Kirk Schafer - avatar
+ 1
If you're coding with smartphone, Pydroid can do that🤔 SoloLearn not
31st Oct 2018, 1:03 AM
Flandre Scarlet
Flandre Scarlet - avatar