Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aula32.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
# if hora >= 0 and hora <= 11:
# print('Bom dia')
# elif hora >= 12 and hora <= 17:
# print('Bom tarde')
# print('Boa tarde')
# elif hora >= 18 and hora <= 23:
# print('Bom noite')
# print('Boa noite')
# else:
# print('Não conheço essa hora')
# except:
Expand Down