ExamQuestions.com

Register
Login
CompTIA PenTest+ Certification Exam Exam Questions

CompTIA

CompTIA PenTest+ Certification Exam

29 / 52

Question 29:

Which of the following expressions in Python increase a variable val by one (Choose two.) 

Answer options:

A. val++
B. +val
C. val=(val+1)
D. ++val
E. val=val++
F. val+=1