Public » Miscellaneous » Twenty
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

remove commit of example call to tell_me_about

Changeset 169848b05f89

Parent a2d21db4ebee

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 169848b05f89 Showing diff from parent a2d21db4ebee Diff from another changeset...

Change 1 of 1 Show Entire File twenty.py Stacked
 
25
26
27
28
29
30
31
 
25
26
27
 
28
29
30
@@ -25,7 +25,6 @@
  question.ask()   if questioner.solved():   print 'I got it!\n' - print tell_me_about(question.what)   if ask('Play again? '):   questioner.start()   else: