las

Cerca

Heus ací els resultats de la cerca.

3.1 PEP 8 – Introduction
23 Resultats, Darrera modificació:
style guidelines. The online tool is built using Flask, Twitter Bootstrap, and the PEP8 module (the ver... blank lines** to surround top-level function and class definitions: <code python ✔> class ClassOne: pass Class ClassTwo: pass def my_top_level_function(): return None </code>
4.1 PEP 257 – Docstring Conventions
19 Resultats, Darrera modificació:
rs as the first statement in a module, function, class, or method definition. Such a docstring becomes ... n **documentation strings** that are used in the class, module, function, and method definition in orde... e've already said that docstrings can be used in classes, modules, functions, and method definitions. N... be more precise – all public modules, functions, classes, and methods that are exported by a given modu
2.1 PEP 20 – The Zen of Python
12 Resultats, Darrera modificació:
ul names** to variables, functions, modules, and classes; properly **styling blocks of code; using comm... integer number: 15.6 Traceback (most recent call last): File "<pyshell#4>", line 1, in <module> ... le, if you want to take the user’s first name and last name, and display them on the screen, you can do... on> first_name = input("Enter your first name: ") last_name = input("Enter your last name: ") print("Y
1.1 What is PEP?
2 Resultats, Darrera modificació:
e, as you may expect, we’re going to focus on the last of the many PEPs. == In the jungle of PEPs Ther... t – you never know when you’re going to need it! Last but not least, PEP 1 defines: * //Python’s St