it's a good idea to learn some python syntax basics first by following a
tutorial
1. dict is a built-in that you are overwriting, not a good idea
* d = {"name": "Adem", "surname": "Ben rhouma"}
2. "Name" == "Adem" will never be equal, you need to look it up in the
dictionary
* if d["name"] == "Adem"
On Monday, 23 September 2019 00:17:48 UTC+2, Reldaing wrote:
>
> Hi , I have a little problem with my code , can you explain the problem to
> me and help to fix it please ? What should I do ? Thanks
>
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/spyderlib/89e5a2c0-4256-4d62-ae8a-986736601d56%40googlegroups.com.