fork download
  1. nums= 6
  2. if nums % 2 == 0 and nums <-1 :
  3. print(f"your number is not correct:",{nums})
  4. else:
  5. print(nums)
Success #stdin #stdout 0.1s 14108KB
stdin
Standard input is empty
stdout
6