Skip to content

Commit

Permalink
change 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodscaloppe committed Oct 31, 2020
1 parent 31c5923 commit 60304cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Empty file added AMudanca.md
Empty file.
10 changes: 10 additions & 0 deletions The Change.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
while True:
angulo = int(input())
if (angulo == 360 or angulo >= 0 and angulo <= 89):
print("Bom Dia!!")
elif (angulo >= 90 and angulo <= 179):
print("Boa Tarde!!")
elif (angulo >= 180 and angulo <= 269):
print("Boa Noite!!")
else:
print("De Madrugada!!")

0 comments on commit 60304cb

Please sign in to comment.