GitHub Code: github.com/govardhan666/Slot_Machine_Python Follow me on LinkedIn: www.linkedin.com/in/govardhan-vaddi
@davidkiverin30578 ай бұрын
Hello. I just started to learn python and find your channel. Your videos so helpful and I like it so much. I write your code like in this video, but I've got problem. When I write defenition of main def main(): my pycharm write me the number of usage previous defenitions and duplicate it when I run program. How can I fix it?
@CodeKing68 ай бұрын
This error arises when a key is duplicated in a dictionary. Try to give different names for those keys. You can I also go through my code in github.