Where is help feature? When try to run message "file not found" use help for possible solutions. Pse answer this time. Sd | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Where is help feature? When try to run message "file not found" use help for possible solutions. Pse answer this time. Sd

Cant run my code

22nd Jun 2020, 5:57 AM
Steve Dagada
1 Réponse
+ 1
If you are talking about python. Then dir and help are two features of python which help developer to see which function or class do what . For example if you want to cheque the contact of math class then you may write import math print(help(math))#this will return all textual information Or import math print(dir(math))#this will return list of all available tools
22nd Jun 2020, 6:52 AM
Ayush Kumar
Ayush Kumar - avatar