cheese package

Module contents

class cheese.hello(amount)

Bases: object

Repeats the phrase “Hi there” the number of times specified using the amount variable

Does this using range loops

Parameters

Amount (int) – How many times to repeat “Hi there”

hi()