Content

Tables Are Cool
col 3 is right-aligned $1620
col 2 is centered $12
zebra stripes are neat $1

Java:

public void main(String[] args){
	System.out.println("Hallo")
	return 0;
}

Python:

for i in range(10):
	count += i
	print i,
print
list = []
while len(list)<10:
	list += ['2']

Your add could be here