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
dd13e020
Commit
dd13e020
authored
May 08, 2017
by
Tancredi Orlando
Browse files
Minor fix.
parent
3dd6edd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
day_1.md
View file @
dd13e020
...
...
@@ -961,14 +961,14 @@ importati alcuni elementi con la sintassi `from ... import`.
def f():
print('funzione')
print('modulo')
```
```
-
dalla REPL
```
>>> from modulo import f
modulo
>>> f()
funzione
```
```
----
...
...
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