fork download
  1. # 0JPQsNCy0YDQuNC70Y7QuiDQkNC90LTRgNGW0Lk=
  2. i = 'Hello world' #однорядковий коментар
  3. """
  4. багаторядковий
  5. коментар
  6. """
  7. print(i)
Success #stdin #stdout 0.09s 14088KB
stdin
Standard input is empty
stdout
Hello world