Generation

generate functionSun, 25 Jun 2023

Pida una cadena string por teclado, mete lista los caracteres en una lista sin repetir caracteres

def remove_repetet(string): return list(set(string))

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