I\'m writing a silly program in python for a friend that prints \"We are the knights who say \'Ni\'!\". then sleeps for 3 seconds, and then prints \"Ni!\" twenty times at ra
What Jerub said. I ran your exact code and it worked:
>>> import silly >>> silly.knights_of_ni() We are the knights who say 'ni'. Ni! Ni! Ni! Ni! Ni! Ni!