fork download
  1. # your code goes here
  2. a=5
  3. if a>0:
  4. print('większe od 0')
  5. else:
  6. print('dfgfg')
Success #stdin #stdout 0.03s 9700KB
stdin
Standard input is empty
stdout
większe od 0