Merge branch 'master' of https://git.wmi.amu.edu.pl/filipg/zjfz-2019
This commit is contained in:
commit
2b1dde2c99
@ -114,6 +114,6 @@ if __name__ == '__main__':
|
||||
AUTOMATON.mark_as_initial(INITIAL_STATE)
|
||||
AUTOMATON.mark_as_final(FINAL_STATE)
|
||||
|
||||
print AUTOMATON.accepts("x") # wypisze True
|
||||
print AUTOMATON.accepts("") # wypisze False
|
||||
print AUTOMATON.accepts("ab") # wypisze False
|
||||
print(AUTOMATON.accepts("x")) # wypisze True
|
||||
print(AUTOMATON.accepts("")) # wypisze False
|
||||
print(AUTOMATON.accepts("ab")) # wypisze False
|
||||
|
Loading…
Reference in New Issue
Block a user