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
156b6409
Commit
156b6409
authored
May 07, 2017
by
Niccolò Izzo
Browse files
Merge branch 'master' of
https://gitlab.poul.org/corsi/slides-python2017
parents
8233c88f
5bf7e27c
Changes
1
Hide whitespace changes
Inline
Side-by-side
day_1.md
View file @
156b6409
...
...
@@ -135,7 +135,7 @@ True
## Commenti
Tutto ciò posto dopo il
`#`
non è interpretato
-
Tutto ciò posto dopo il
cancelletto (
`#`
)
non è interpretato
```
>>> 1 + 1 # qui posso scrivere quello che voglio
...
...
@@ -196,7 +196,7 @@ Il segreto degli hacker? Leggere le scritte!
## Interi (`int`)
-
Cifre senza punto
Cifre senza punto
```
12 # notazione decimale
...
...
@@ -208,7 +208,7 @@ Il segreto degli hacker? Leggere le scritte!
## Decimali (`float`)
-
Cifre con punto
Cifre con punto
```
>>> 3.14 + 1.234
...
...
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