0

No matter what cpu input is, it always prints "CPU FOUND"

cpu = input("CPU: ")

if cpu == "Ryzen 9 5950X" or "i9-10900K" or "i9-10900KF":
    print("CPU FOUND")
else:
    print("CPU NOT FOUND")
quamrana
  • 33,740
  • 12
  • 54
  • 68

0 Answers0