• Source
    1. x=6
    2. if x<0:
    3. print(x,'<0')
    4. else:
    5. print(x,'>=0')