bash,c,python3,code
This commit is contained in:
parent
4efabace5e
commit
0a19a68dbe
9 changed files with 6 additions and 15 deletions
20
in/public/python3/syntax.rst
Normal file
20
in/public/python3/syntax.rst
Normal file
|
@ -0,0 +1,20 @@
|
|||
******
|
||||
Syntax
|
||||
******
|
||||
|
||||
Imports
|
||||
=======
|
||||
|
||||
.. code:: python3
|
||||
|
||||
import module
|
||||
|
||||
module.py → module/__init__.py
|
||||
------------------------------
|
||||
|
||||
* __init__.py
|
||||
|
||||
first/module.py → second/module.py
|
||||
----------------------------------
|
||||
|
||||
* first
|
Loading…
Add table
Add a link
Reference in a new issue