Posts by Henrique Miranda • 1 point
1 post
-
-2
votes3
answers85
viewsA: Error searching string inside another python string
import datetime def about_time(message): temp_atual = datetime.datetime.now() if 'são' or 'sao' in message: print("Agora são " + str(temp_atual.hour) + " horas, " + str(temp_atual.minute) + "…
pythonanswered Henrique Miranda 1