Search
 
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
Name
1+9 =