Search Results

Search: Posts Made By: Neo
Forum: Programming 01-05-2020
9,476
Posted By Neo
The most commonly used conditional statement in...
The most commonly used conditional statement in computing is the IF statement and in python it is:

if <expr>:
<statement>

and also IF-ELSE :

if <expr>:
<statement(s)>
else:
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 10:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy