TypeError: keys() takes no arguments (1 given)
Why is that?
Code: Select all
elif choice == "5":
print("\nOto wszystkie terminy znajdujace sie w slowniku:")
for i in dictionary:
print(dictionary.keys(i))
Code: Select all
elif choice == "5":
print("\nOto wszystkie terminy znajdujace sie w slowniku:")
for i in dictionary:
print(dictionary.keys(i))