Generation

generate functionThu, 18 May 2023

que pida cantidad de ropa interior pecio y descuento y total a pagar

def calculateTotal(rope, price, discount) return rope * price * (1 - discount) calculateTotal(2, 100, 0.1)

Want to kickstart your project?Use the new AI Studio to create your code