We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b15ac commit 0f39b8aCopy full SHA for 0f39b8a
examples/csplib/prob033_word_design.py
@@ -56,7 +56,7 @@ def word_design(n=2):
56
import argparse
57
58
parser = argparse.ArgumentParser(description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter)
59
- parser.add_argument("-n_words", type=int, default=18, help="Number of words to find")
+ parser.add_argument("-n_words", type=int, default=8, help="Number of words to find")
60
61
n = parser.parse_args().n_words
62
0 commit comments