import module
import my_module
print(my_module.a()) # in a
print(my_module.b) # value of b
print(my_module._c()) # in _c
print(my_module.d()) # in d
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
import my_module
print(my_module.a()) # in a
print(my_module.b) # value of b
print(my_module._c()) # in _c
print(my_module.d()) # in d