[python] test2

Viewer

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

Editor

You can edit this paste and save as new:


File Description
  • test2
  • Paste Code
  • 21 Jul-2019
  • 233 Bytes
You can Share it: