Computer Science, asked by sarkarsujit340, 6 months ago

fill in the blanks
_____ symbol used to end the if statement.​

Answers

Answered by swetavsavarn
21

Explanation:

; is used to end the if statement

Answered by setukumar345
0

Concept Introduction:

Python is an object-oriented, dynamically semantic, high-level, interpreted programming language. Rapid Application, as well as used as a scripting or bridge language to bring existing components together, find its high-level built-in data structures, coupled with dynamic type and dynamic binding, to be particularly appealing.

Explanation:

We have been given a question about the python programming language

We have to find out the symbol used to end the if statement.

We should note the need for a colon ( : ) at the end of the if statement. This is needed at the end of a control flow statement.

Final Answer:

The final answer is colon ( : )

#SPJ3

Similar questions