User:Stacksofblue5/sandbox

From Wikipedia, the free encyclopedia

this page is a test

tést image bold italic both
collapsable table
table inside an image
1 description 3
2 2
3 1
test test -----------------------------------------------------
collapsable table
test table b c
1 3 3 1
2 2 3 1
3 1 3 1


  • bullet list
  • test
  • test
    • with identation


  1. test
    1. inside a test
      1. inside a test
      1. inside a test
    1. outside a test
  1. I ran out of ideas
test
	
if DEBUG:
	
    print("this is a test codeblock")
	
var = 0
	
print(var)
	
def test():
	
    import testing
	
with bytes(0xFF) + 55e7:
	
    test()
	
if DEBUG:
	
    print("this is a test codeblock")
	
var = 0
	
print(var)
	
def test():
	
    import testing
	
with bytes(0xFF) + 55e7:
	
    test()