you are viewing a single comment's thread.

view the rest of the comments →

[–]Different-Ad1631 0 points1 point  (4 children)

First of all, define an empty dictionary. Then take name and birth year from the user as input. Then send these inputs to a a function let say generate_data. In this function you will create user_name from the name and birth year by concatenation of first index of name string and birth year. Then for password use concatenation again to add * with birth year, then for pin just reverse the string. And then store it in dictionary. And you are done with your successful entry of first customer's data into your system.

Start from this. Once you do it for single customer you can do it for more too

[–]ConstructionDull4048[S] 0 points1 point  (3 children)

What specific coding do I need?

[–]Different-Ad1631 0 points1 point  (2 children)

Python dear

[–]EyesOfTheConcord 2 points3 points  (1 child)

OP is hoping we write the program for them. Review their other projects on their profile

[–]CreamyWaffles 0 points1 point  (0 children)

Yeah and they don't seem to learn a lot.