DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python if condition
a
=
200
b
=
33
if
b
>
a
:
print
(
"b is greater than a"
)
else
:
print
(
"b is not greater than a"
)
Source by python-course.eu #
PREVIOUS
NEXT
Tagged:
#python
#condition
ADD COMMENT
Topic
COMMENT
Name
2+3 =
Submit