--> If-else- Python- Alpha Codist | Alpha Codist

Search This Blog

If-else- Python- Alpha Codist

Hello everyone today I am going to talk about the if-else statement. This generally works like: if something is true do this else do this, , if else, what is if else, Python Problems, programming, java, software, PHP, C programming, programming languages, visual, Pascal, Perl, XML program, UNIX, cyber program, C++, HTML, CSS, Python syntax, software, what is computer, programming, programming languages, computer programming, what is coding, what is programming, contract programming, need a programmer, cyber program, tmbmnadim, Alpha Codist, python, Alpha Codist, blogger, Python problems to solve, pythopn free corse, get python corse for free, Learn Python for free

Hello everyone today I am going to talk about the if-else statement. This generally works like: if something is true do this else do this.

Example:

You have a list of fruits that contains Apple, Orange, Banana on your computer. Now you have to buy the first item. You want your computer to check the first item in the list if it is an Apple or an Orange or a Banana. The code for this is written below. The program checks if the first item in the list and compare it with "Orange" and returns true or false. If it is true then it runs the code inside it.


busket = ["Apple", "Orange", "Banana"]

if busket[0] == "Orange": # busket[0] checks the first item in the list and compares it with "Orange" and returns true or false
    print("It is an Orange")
elif busket[0] == "Apple":
    print("It is an Apple")
else:
    print("It is a Banana")

Result:

Hello everyone today I am going to talk about the if-else statement. This generally works like: if something is true do this else do this, , if else, what is if else, Python Problems, programming, java, software, PHP, C programming, programming languages, visual, Pascal, Perl, XML program, UNIX, cyber program, C++, HTML, CSS, Python syntax, software, what is computer, programming, programming languages, computer programming, what is coding, what is programming, contract programming, need a programmer, cyber program, tmbmnadim, Alpha Codist, python, Alpha Codist, blogger, Python problems to solve, pythopn free corse, get python corse for free, Learn Python for free

COMMENTS

Name

beeCrowd,11,C,10,Computer,9,Downloads,3,HTML,1,My Creation,2,Python,24,Python-Soft,1,Shooting,2,
ltr
item
Alpha Codist: If-else- Python- Alpha Codist
If-else- Python- Alpha Codist
Hello everyone today I am going to talk about the if-else statement. This generally works like: if something is true do this else do this, , if else, what is if else, Python Problems, programming, java, software, PHP, C programming, programming languages, visual, Pascal, Perl, XML program, UNIX, cyber program, C++, HTML, CSS, Python syntax, software, what is computer, programming, programming languages, computer programming, what is coding, what is programming, contract programming, need a programmer, cyber program, tmbmnadim, Alpha Codist, python, Alpha Codist, blogger, Python problems to solve, pythopn free corse, get python corse for free, Learn Python for free
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoDkw9WAUi2y1dyIk6l_gFxyLR0PQe9AyUFBRJO4Y2qdYa8etCJZoUY7JgXKfRLtlr8b-jeRNOz5Gu-_T27sjL9xnNITH1NhjCQJMmNplv4jxnL4JaG94ppIvBCqQf4qAWR1gH8NZ6jfz9/s640/ifelse.PNG
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoDkw9WAUi2y1dyIk6l_gFxyLR0PQe9AyUFBRJO4Y2qdYa8etCJZoUY7JgXKfRLtlr8b-jeRNOz5Gu-_T27sjL9xnNITH1NhjCQJMmNplv4jxnL4JaG94ppIvBCqQf4qAWR1gH8NZ6jfz9/s72-c/ifelse.PNG
Alpha Codist
https://alphacodist.blogspot.com/2020/06/ifelsepython.html
https://alphacodist.blogspot.com/
https://alphacodist.blogspot.com/
https://alphacodist.blogspot.com/2020/06/ifelsepython.html
true
7547834254111195316
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content