CompTIA PenTest+ PT0-002 – Question093 Which of the following expressions in Python increase a variable val by one? (Choose two.)A. val++B. +valC. val=(val+1)D. ++valE. val=val++F. val+=1 Show Answer Hide Answer Correct Answer: CF