Cody Bable

Generation

generate functionWed, 05 Jul 2023

make a 8 by 8 grid

def grid(): for i in range(8): if i % 2 == 0: print "* " * 4 else: print " *" * 4

Questions about programming?Chat with your personal AI assistant