Computer Science, asked by trisha123456789, 9 months ago

explain use of if statement with example.. (python)​

Answers

Answered by Nikitasoni2003
3

Answer:

Python If Statement explained with examples. If statements are control flow statements which helps us to run a particular code only when a certain condition is satisfied. For example, you want to print a message on the screen only when a condition is true then you can use if statement to accomplish this in programming.

Explanation:

mark me in brainlist please

Answered by amitsingh961063
2

Explanation:

Python is a general purpose and high level programming language . you can use Python for developing desktop GUI applications , websites and web applications .Also Python, high level programming language allows you to focus on core functionality of the application by taking care of common programming task .

example ,

following Python section contains you world collection of Python Programming examples. the examples are categorised based on the topics including list, strings, dictionary,tuple ,sets and many more.

Similar questions