I am a great programmer and I use visual studio code
It works like this:
print("I like visual studio code")
choice = input("Do you like visual code? ")
if choice == "yes":
print("You are going to have a good life")
else:
print("You are not a good programmer")