Menu
×
×
Correct!
Exercise:What is the correct syntax of printing all variables and function names of the "mymodule" module?
import mymodule
print(@(13))
import mymodule
print(dir(mymodule))
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?