[python] test

Viewer

  1. # some comment
  2. '''multi
  3. line
  4. comment'''
  5. """multi
  6. line
  7. comment"""
  8. print("hello!\ntoday is friday.")
  9. class Foo:
  10.   my_prop = 1
  11.   def __init__(self):
  12.     return
  13.   def bar():
  14.     print("bar.")
  15. = Foo()
  16. x.bar()
  17.  
  18.  

Editor

You can edit this paste and save as new:


File Description
  • test
  • Paste Code
  • 21 Jul-2019
  • 224 Bytes
You can Share it: