diff options
Diffstat (limited to 'prolog/problems/family_relations/grandparent_2')
-rw-r--r-- | prolog/problems/family_relations/grandparent_2/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/problems/family_relations/grandparent_2/common.py b/prolog/problems/family_relations/grandparent_2/common.py index 1cfdfe8..1665c18 100644 --- a/prolog/problems/family_relations/grandparent_2/common.py +++ b/prolog/problems/family_relations/grandparent_2/common.py @@ -139,5 +139,5 @@ def hint(code, aux_code): # 1o can we make predicate_always_false a ghint? # with this in mind: how can we supply/know the correct target name and arity? # 2x popraviti je potrebno spremni tekst glede na novo lokacijo gumba Namig -# 3 what's the name of \= token? And what of =\= token? +# 3x what's the name of \= token? And what of =\= token? # 4 final hint! This very much improves the user experience, adds knowledge, therefore needs to be implemented now! |