A start - Can use a for expression and print expression SYNTAX: FOR EXPRESSION: for 'Variable to create and use' 'Step to start at (Must be 1)' 'Step to end at (How many times)' do Then put the stuff you want in the loop - when done create a line saying end PRINT EXPRESSION: print 'What to print to output - type a variable or local variable's name to print that variables value'