how to make antivirus software in python
Antivirus = True or False print("Cheking...") if Antivirus : Antivirus = False print("oh no! virus found ") else: print("You compyuter is secured") #soryy is Fake Antivirus but is hard work = Fake work # Funny #Soryy so much
Here is what the above code is Doing:
1. It’s creating a variable called Antivirus and setting it to True.
2. It’s printing out “Cheking…”
3. It’s checking if Antivirus is True.
4. If Antivirus is True, it sets Antivirus to False and prints out “oh no! virus found”.
5. If Antivirus is False, it prints out “You compyuter is secured”.