Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew
intro
Commits
73c85780
Commit
73c85780
authored
May 08, 2017
by
Tancredi Orlando
Browse files
Fixes man.
parent
fb71d9a1
Changes
1
Show whitespace changes
Inline
Side-by-side
day_1.md
View file @
73c85780
...
...
@@ -352,9 +352,9 @@ False
lista = [False, 1, "due", 3.0, 4, 5]
```
-
Il primo elemento ha indice 0 (zero-based)
-
Si accede a un elemento della lista aggiungendo l'indice dell'elemento
desiderato tra parentesi quadre
-
Il primo elemento ha indice 0 (zero-based)
```
>>> lista[2]
...
...
@@ -1159,7 +1159,6 @@ Exception: No internet connection!
----
# Nella prossima puntata
Lunedì 15 alle 17.15 in aula 5.0.3.
...
...
@@ -1175,9 +1174,25 @@ Lunedì 15 alle 17.15 in aula 5.0.3.
----
```
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
[...]
```
----
# Thank you!
Queste slides sono sotto licenza Creative Commons
<br>
Attribution-ShareAlike 3.0 Unported

## [poul.org](https://www.poul.or
g)

Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment