fork download
  1. print("my name is ebrahem mohamed ebrahem")
  2. print("my age is 14")
  3. print("my school is mohamed phoad khames")
  4. print("my favourite game is minecraft")
  5. print("my favourite color is dark blue")
  6. print("my dream job is an english teacher or a programer")
Success #stdin #stdout 0.1s 14020KB
stdin
print("my name is ebrahem mohamed ebrahem")
print("my age is 14")
print("my school is mohamed phoad khames")
print("my favourite game is minecraft")
print("my favourite color is dark blue")
print("my dream job is an english teacher or a programer")
stdout
my name is ebrahem mohamed ebrahem
my age is 14
my school is mohamed phoad khames
my favourite game is minecraft
my favourite color is dark blue
my dream job is an english teacher or a programer