kitty234
|
  |
| Joined: 03 Feb 2009 |
| Total Posts: 9369 |
|
|
| 23 Mar 2014 06:00 PM |
| I really don't understand how to implement it |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 23 Mar 2014 06:02 PM |
It's the equivalent of elseif, example:
x = 4 if x > 5: blah elif x < 5: blah else: blah |
|
|
| Report Abuse |
|
|
|
| 23 Mar 2014 06:05 PM |
Ew, Python. Don't forget your indents. |
|
|
| Report Abuse |
|
|
kitty234
|
  |
| Joined: 03 Feb 2009 |
| Total Posts: 9369 |
|
|
| 23 Mar 2014 06:08 PM |
Agent I like that Python forces code to be readable. Any good IDE will indent for you anyway
Thanks for the explanation cnt |
|
|
| Report Abuse |
|
|