Generation

generate functionThu, 11 May 2023

funcion que haga un antitroyanos

def anti_virus(file_name): if ".exe" in file_name: print("Virus detected") return else: print("No virus detected") anti_virus("my_picture.jpg") anti_virus("my_picture.exe")

Questions about programming?Chat with your personal AI assistant