Skip to content

Commit 15729ed

Browse files
committed
Update
1 parent 3e207ee commit 15729ed

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

python_L_O_Miranda/aula1/aula1.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Esta é a Aula 1
2+
print("Hello World!")
3+
4+
# Mais uma linha de comnetário
5+
6+
print("Python é legal!") # Comentário na lateral

python_L_O_Miranda/aula2/__init__.py

Whitespace-only changes.

python_L_O_Miranda/aula2/aula2.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#print(123456)
2+
#print("Adriano", "Costa", "Outra coisa")
3+
#print('Adriano', 'Costa', sep='_', end='#####')
4+
#print('João', 'e', 'Maria', sep='_', end='')
5+
print('807', '368', '824', sep='.', end='-')
6+
print('72')

0 commit comments

Comments
 (0)