List of questions
Related questions
Question 48 - PT0-002 discussion
Which of the following expressions in Python increase a variable val by one (Choose two.)
A.
val++
B.
+val
C.
val=(val+1)
D.
++val
E.
val=val++
F.
val+=1
Your answer:
0 comments
Sorted by
Leave a comment first