fork download
  1. # your code goes here
  2. age= 13
  3.  
  4. if age>=18:
  5. print("sei maggiorenne")
  6.  
Success #stdin #stdout 0.01s 7076KB
stdin
Standard input is empty
stdout
Standard output is empty