Skip to content

Commit 3834bdf

Browse files
committed
Minor correction
1 parent 1225ecb commit 3834bdf

File tree

1 file changed

+2
-1
lines changed
  • docs/lessons/06-localization-translation

1 file changed

+2
-1
lines changed

docs/lessons/06-localization-translation/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ if __name__ == '__main__':
3939

4040
number = 240000000000.32212
4141
print(number)
42-
42+
4343
name = input('Input your name: ')
4444
print('Hello {}'.format(name))
45+
4546
```
4647
Uma saída possível seria
4748

0 commit comments

Comments
 (0)