87.2k views
2 votes
If you want to code an if clause, but you don't want to perform any action, you can code Select one:

a. a pass statement
b. an end statement
c. a break statement
d. a skip statement

1 Answer

5 votes

Answer:

Option A i.e., a pass statement are the correct option.

Step-by-step explanation:

The following option are correct because a pass statement is used when you want to create any function or any loop or statement but you don't want to write code inside the function or any loop or statement then, you use the "pass" keyword inside that function or any loop or statement as null or nothing happen when the following code is execute.

User Abimbola
by
5.7k points