Aluko Kenny

Generation

generate functionSun, 14 May 2023

Ask the user to insert their referral link. Create the loop that would generate unlimited sales to that referral link.print successful when a sale is generated

def create_sale(): referral_link = input("Please enter your referral link") while True: print(f"Generating sale to {referral_link}") print("success") create_sale()

Questions about programming?Chat with your personal AI assistant