Scripts Para Duelos De Asesinos Vs: Sheriffs Values

sheriff_salud = random.randint(100, 200) sheriff_daño = random.randint(20, 40) sheriff = Personaje("Sheriff", sheriff_salud, sheriff_daño)

while asesino.salud > 0 and sheriff.salud > 0: asesino.atacar(sheriff) print(sheriff) if sheriff.salud <= 0: break sheriff.atacar(asesino) print(asesino) scripts para duelos de asesinos vs sheriffs values

def obtener_valores(): asesino_salud = int(input("Ingrese la salud del asesino: ")) asesino_daño = int(input("Ingrese el daño del asesino: ")) sheriff_salud = int(input("Ingrese la salud del sheriff: ")) sheriff_daño = int(input("Ingrese el daño del sheriff: ")) return asesino_salud, asesino_daño, sheriff_salud, sheriff_daño sheriff_salud = random

print(f"Asesino: {asesino_salud} de salud, {asesino_daño} de daño") print(f"Sheriff: {sheriff_salud} de salud, {sheriff_daño} de daño") sheriff_salud = random.randint(100

Sending your message. Please wait...

There was a problem sending your message. Please try again or call us.

Please complete all the fields in the form before sending.

You may only send 3 messages per day, but you are welcome to call us!

The phone number is invalid. Please check your phone number and try again.

The email address is invalid. Please check your email address and try again.

Thanks for contacting us! We'll get back to you shortly.