Skip to content

Commit

Permalink
Update 1.1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatsukiRyu authored Feb 27, 2024
1 parent 44c77c7 commit ab89030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import random
import requests
print("Bienvenido a Python Calc")
nombre = input("Introduzca su nombre:\t")
nombre = input("Introduzca su nombre por favor:\t")
if nombre == "oscar":
print("Hola de nuevo Óscar")
else :
Expand Down

0 comments on commit ab89030

Please sign in to comment.